v50

latestOpenAPI 3.0.0raw.githubusercontent.com2026-01-29166197289.1 KB
processor token

Request an account number (Processors Only)

Get account information such as routing number and account number, scoped to your access token.

get/account/account_numbers

Response

OK

Example response

{
  "account_numbers": [
    {
      "account_guid": "ACT-283132a4-1401-486a-909e-1605f1623d11",
      "member_guid": "MBR-54feffb9-8474-47bd-8442-de003910113a",
      "user_guid": "USR-101ad774-288b-44ed-ad16-da87d522ea20",
      "account_number": 6366816006,
      "guid": "ACN-68c0b681-78c2-4731-9b41-d6e8ae2846cf",
      "passed_validation": true,
      "routing_number": 242564563
    }
  ]
}