Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
The Partner ID header used for authorization
The Idempotency Key - usually a UUID
Body
application/json
Request to create a new account
Account number
Example:
"1234567890123456"
Title of the account
Example:
"John Doe"
Routing number of the account
Example:
"123456789"
Type of the account
Available options:
AT_Checkings
, AT_Savings
Example:
"AT_Checkings"