Withdraw to Mexico

Cross-border withdrawal flow for Mexico.

This cross-border flow is documented from legacy Cobru exports. Re-verify it with Cobru before using it in production.

Endpoint

POST /withdraw/mx/

Request fields seen in legacy documentation

FieldTypeRequiredNotes
amountnumberyesWithdrawal amount.
currency_codestringyesLegacy materials document MXN.
clabestringyesStandard Mexican CLABE account identifier.
beneficiarystringyesBeneficiary name.
account_phonestringyesBeneficiary phone number.
account_emailstringyesBeneficiary email.
callbackstringnoOptional callback URL.
idempotency_keystringnoOptional idempotency key.
descriptionstringnoOptional payout note.
platformstringnoOptional source or platform value.

Production notes

  • Confirm CLABE validation requirements, settlement currency, and failure modes with Cobru.
  • Make beneficiary validation explicit in your own UI before submitting the payout.

On this page