Bank accounts
Create a US Bank Account
POST
/
v2.01
/
{ClientId}
/
users
/
{UserId}
/
bankaccounts
/
us
Path parameters
The unique identifier of the User (natural or legal) who owns the bank account.
Body parameters
Information about the address of residence of the bank account owner.
Digits only
The unique set of digits of the bank account.
Length: 9 characters
The American Banking Association (ABA) routing number for US-type bank accounts.
Allowed values: CHECKING
, SAVINGS
The deposit type for US-type bank accounts.
Max. length: 255 characters
The full name of the owner of the bank account. (Format: FirstName LastName)
Max. length: 255 characters
Custom data that you can add to this object.
For bank accounts, you can use this parameter to identify the bank account by currency or usage (personal or professional for instance).
Responses
Was this page helpful?