Release 21.07.2025
Modified Endpoints
Orders
- The request body now supports the
customer.saveCardproperty, allowing customers to save their card for future use. - The
payer.cardDataobject now includes asavedCardIdproperty for referencing previously saved cards. paymentSettings.redirectUrlsnow supports apendingURL for handling pending payment states.- The
transferTypeproperty now accepts a new enum value:clabe.
- The
paymentsarray in the response now includes achargebacksproperty (replacing the previouschargebackproperty). - The
paymentDetailsobject for card payments now includes asavedCardIdproperty. - For bank transfers, the
transferTypeproperty now supports the newclabevalue. - The
paymentTypeproperty now supports the new enum value:saved_card_payment.
- The
transferTypeandtransferTypesproperties in the response now support theclabevalue.
Payouts
- The request body now supports a
redirectUrlsproperty for handling payout redirections.
Retrieve required payout fields
- The
payoutSettings.transferTypeproperty now supports the newclabevalue.
- The
transferTypesquery parameter now supports theclabevalue.
- The
transferTypeinpayoutDetails.recipientobject for bank transfers now supports theclabetransfer type.
Chargebacks
- The structure of the
chargebackDetailsproperty within the response has been significantly revised.chargebackDetailsis now an array (previously an object).