Multiple Bank Accounts are supported only for Acquiring Boarding Applications
Each acquiring boarding application can have up to two bank accounts used for different purposes. For example one bank account for Debits and one bank account for deposits or a single bank account used for both billing and deposits.The endpoint for updating bank accounts is the same as the endpoint for updating a boarding application:| Fields | Description | Type | Filterable | Required | Readonly |
|---|
| id | Unique ID of the bank account | Integer | No | Yes | Yes |
| type | All,Deposits,Debits,Credits,Billing | ENUM | No | Yes | Yes |
| accountNumber | Bank account number | Integer | No | Yes | Yes |
| routingNumber | Bank routing number | Integer | No | Yes | No |
The supported Bank Accounts types are: All,Deposits,Debits for Processing andAll,Credits,Debits,Billing for ACH.If you want to use a single Bank Account you can continue using the standard bank field in the request parameters. (This will be depricated soon)For multiple Bank Accounts, you have to use the new banks parameter in the request.Modified at 2025-08-09 05:39:42