numbers object documented below.
The Auth endpoint returns account and routing numbers for a user’s connected financial accounts. Use this data for ACH transfers, wire transfers, and account verification.
Attributes
The auth response returns anaccounts array. Each account includes the standard Accounts object fields plus a numbers object with account and routing numbers grouped by network type.
Numbers object
Each key (ACH, RTP, OTHERS) contains an array of number objects.
| Attribute | Type | Description |
|---|---|---|
account_number | string | Unique identifier assigned to the financial account |
routing_number | string | Unique identifier for the financial institution, used to route transactions |
is_tokenized_account_number | boolean | Whether the account number has been tokenized by the institution |