Skip to main content

Release 21.07.2025

Modified Endpoints

Orders

Create order

  • The request body now supports the customer.saveCard property, allowing customers to save their card for future use.
  • The payer.cardData object now includes a savedCardId property for referencing previously saved cards.
  • paymentSettings.redirectUrls now supports a pending URL for handling pending payment states.
  • The transferType property now accepts a new enum value: clabe.

Retrieve order details

  • The payments array in the response now includes a chargebacks property (replacing the previous chargeback property).
  • The paymentDetails object for card payments now includes a savedCardId property.
  • For bank transfers, the transferType property now supports the new clabe value.
  • The paymentType property now supports the new enum value: saved_card_payment.

Retrieve payment methods

  • The transferType and transferTypes properties in the response now support the clabe value.

Payouts

Create payout request

  • The request body now supports a redirectUrls property for handling payout redirections.

Retrieve required payout fields

  • The payoutSettings.transferType property now supports the new clabe value.

Retrieve payout methods

  • The transferTypes query parameter now supports the clabe value.

Retrieve payout status

  • The transferType in payoutDetails.recipient object for bank transfers now supports the clabe transfer type.

Chargebacks

Retrieve chargebacks

  • The structure of the chargebackDetails property within the response has been significantly revised. chargebackDetails is now an array (previously an object).