v1
latestOpenAPI 3.1.02026-07-228956435.8 KBAccount numbers
Create an account number
Creates a new account number for one of your accounts, in the live or test mode of the API key used. Available only for Mexico account numbers, which are standardized Mexican bank account numbers (CLABEs).
post/account_numbers
Request body
Example request
{
"account_id": "acc_2hQ9vBmKpR7xLtZ3sWn1fJ4dGcA",
"description": "Payouts CLABE",
"metadata": {
"invoice_id": "12345"
},
"options": {
"min_amount": 1000,
"max_amount": 1000000
}
}Response
The created account number.
Example response
{
"id": "acno_2daFu0zqqDtZGJaSi2TGI2Mm1nN",
"account_id": "acc_2hQ9vBmKpR7xLtZ3sWn1fJ4dGcA",
"created_at": "2026-03-01T12:00:00.000Z",
"description": "Payouts CLABE",
"metadata": {
"invoice_id": "12345"
},
"mode": "test",
"number": "646180111800000000",
"options": {
"min_amount": 1000,
"max_amount": 1000000
},
"status": "enabled",
"updated_at": "2026-03-01T12:00:00.000Z"
}