Release 21.07.2025
Modified Endpoints
Orders
- The request body now supports the
customer.saveCard
property, allowing customers to save their card for future use. - The
payer.cardData
object now includes asavedCardId
property for referencing previously saved cards. paymentSettings.redirectUrls
now supports apending
URL for handling pending payment states.- The
transferType
property now accepts a new enum value:clabe
.
- The
payments
array in the response now includes achargebacks
property (replacing the previouschargeback
property). - The
paymentDetails
object for card payments now includes asavedCardId
property. - For bank transfers, the
transferType
property now supports the newclabe
value. - The
paymentType
property now supports the new enum value:saved_card_payment
.
- The
transferType
andtransferTypes
properties in the response now support theclabe
value.
Payouts
- The request body now supports a
redirectUrls
property for handling payout redirections.
Retrieve required payout fields
- The
payoutSettings.transferType
property now supports the newclabe
value.
- The
transferTypes
query parameter now supports theclabe
value.
- The
transferType
inpayoutDetails.recipient
object for bank transfers now supports theclabe
transfer type.
Chargebacks
- The structure of the
chargebackDetails
property within the response has been significantly revised.chargebackDetails
is now an array (previously an object).