v1
latestOpenAPI 3.1.02026-07-228956435.8 KBAccount numbers
Get an account number
Retrieves the details of an account number of your organization, by its ID.
get/account_numbers/{id}
Path parameters
idstring required
Unique identifier of the account number to retrieve.
Response
The requested 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"
}