ChimeAccount
Schema for a Chime bank account including checking, savings, and secured credit account types.
FintechNeobankBankingChecking AccountsSavings AccountsEarly Paycheck AccessCredit BuildingPeer-to-Peer PaymentsConsumer Banking
Properties
| Name |
Type |
Description |
| id |
string |
Unique identifier for the bank account |
| type |
string |
Type of Chime bank account |
| name |
string |
Display name of the account |
| balance |
number |
Available balance in USD (excludes holds) |
| routing_number |
string |
ABA routing number (9 digits) |
| account_number |
string |
Bank account number |
| status |
string |
Current operational status of the account |
JSON Schema