v1
latestOpenAPI 3.1.02026-07-228956435.8 KBAccount numbers
List account numbers
Lists the account numbers of your organization in the live or test mode of the API key used. Filter by account_id. The list is paginated. Use the starting_after, ending_before, and limit query parameters to move through the list. The Link response header carries the URLs to navigate the paginated list.
get/account_numbers
Query parameters
account_idstring
Identifier of the account whose account numbers are returned.
ending_beforestring
Example:acno_2rNxBkOrlHoOYsZTyQYhA0o8Ek0
Cursor that fetches the previous page of account numbers. Use the ID of the first account number from the current page.
limitinteger
Example:50
Maximum number of account numbers to return per page. Ranges from 1 to 300. Defaults to 30.
starting_afterstring
Example:acno_2rNxBkOrlHoOYsZTyQYhA0o8Ek0
Cursor that fetches the next page of account numbers. Use the ID of the last account number from the current page.
Response
List of account numbers for the current mode.
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"
}
]