
Generate partial refunds via API with Mercado Pago Point
The partial refund functionality is now available for payments processed with Mercado Pago Point through the Orders API.
In practice, you need to specify the amount to be refunded in the amount field in the request body, when using the Refund an order endpoint.
Key changes:
-
Partial refund per transaction: specify the amount to be refunded without canceling the entire payment.
-
Multiple partial refunds: manage more than one refund request for the same order, as long as the total refunded amount does not exceed the original amount.
-
Flexible refund management: perform partial item cancellations or adjust specific values.
-
Detailed API response: provides access to the complete history of processed refunds, including the
partially_refundedstatus.
Visit the Integrate payment processing documentation to learn how to configure partial refunds in your Point integration.