Get list of banks
API Refs
- Production: Get list of banks
 - Staging: Get list of banks
 
Response body
| Name | Type | Description | Required | 
|---|---|---|---|
| id | string | This id is used for all ACH payments. | yes | 
| name | string | Name of the bank. | yes | 
| accountType | string | Type of bank account. Can be only checking or savings. | yes | 
| type | string | Type of current funding source. It will always be a bank, since we can only have bank-type funding sources. | yes | 
| status | string | Bank status. For clients created with the API it will always be undefined as we don't use third party bank connection providers to validate as we do in the application. | yes | 
| defaultForPayments | boolean | Shows if this bank will be used for payments by default or not | yes | 
Description
This endpoint retrieves a list of the bank accounts associated with the current user.
Updated 4 months ago