Bank accounts
Create a US Bank Account
POST
/
v2.01
/
{ClientId}
/
users
/
{UserId}
/
bankaccounts
/
us
Path parameters
UserId
string
requiredThe unique identifier of the User (natural or legal) who owns the bank account.
Body parameters
OwnerAddress
object
requiredInformation about the address of residence of the bank account owner.
AccountNumber
string
requiredDigits only
The unique set of digits of the bank account.
ABA
string
requiredLength: 9 characters
The American Banking Association (ABA) routing number for US-type bank accounts.
DepositAccountType
string
Allowed values: CHECKING
, SAVINGS
The deposit type for US-type bank accounts.
OwnerName
string
requiredMax. length: 255 characters
The full name of the owner of the bank account. (Format: FirstName LastName)
Tag
string
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?