BankAccountTokens
Columns
Name | Type | ReadOnly | References | Description |
Id [KEY] | String | True | The Id of the token. | |
BankAccountId | String | False | The bank account this token will represent. | |
AccountHolderName | String | False | The name of the person or business that owns the bank account. | |
AccountHolderType | String | False | The type of entity that holds the account. | |
AccountNumber | String | False | The type of entity that holds the account. | |
BankName | String | False | Name of the bank associated with the routing number. | |
Fingerprint | String | False | Uniquely identifier. | |
Last4 | String | True | The last 4 digits of the bank account number. | |
RoutingNumber | String | False | The routing transit number for the bank account. | |
Status | String | True | Status of the account. | |
Country | String | False | Two-letter ISO code representing the country the bank account/card is located in. | |
Currency | String | False | The currency of the card. | |
ClientIp | String | False | The IP address of the client that generated the token. | |
Created | Datetime | True | The datetime of the token. | |
Used | Boolean | False | Whether or not this token has already been used. |
Pseudo-Columns
Name | Type | Description |
CustomerId | String | The Id of the customer to create a token for. |
AccountId | String | The Id of the connected account to get bank account tokens for |
Last updated