MXN CLABE Accounts

You can add these through our External account API and use an offramp destination in our Transfers and Liquidation Address APIs.

Note: Customer must have the SPEI Endorsement to create a CLABE account

curl --location --request POST 'https://api.bridge.xyz/v0/customers/{customer_id}/external_accounts' \
--header 'Content-Type: application/json' \
--header 'Api-Key: <Api-Key>' \
--header 'Idempotency-Key: <Unique Idempotency Key>' \
--data-raw '{
  "currency": "mxn",
  "bank_name": "Banco de México",
  "account_owner_name": "Randy Arozarena González",
  "account_type": "clabe",
  "clabe": {
    "account_number": "626899715090855996"
   }
}'