Output format for batch refunds - Batch refunds - Mercado Pago Developers

Output format

This is the required output format for the batch refunds flow:

csv

sequential_order;external_reference;amount;refund_status;refund_detail;payment_id
1;ext_ref1;20398.00;refunded;refunded;1885556855
2;ext_ref2;10423.00;refunded;refunded;1885556854
3;ext_ref3;874.00;refunded;refunded;1885556853
FieldDescription
sequential_orderOrder of the file in relation to the input file.
external_referenceIdentifier used for the reconciliation of the payment in the seller's system.
refund_statusStatus of the refund.
refund_detailDetail of the refund. Some of the values are:
1. The data is not separated with the correct format.
2. This column could not be processed.
3. The data in this column are mandatory.
4. The entered amount is invalid.
5. Could not process the refund.
6. The entered external_reference is invalid.
payment_idUnique identifier of the payment.