Bank Accounts
Add a bank account
Add a bank account using the values provided in the parameters. Store the ID returned in the response, as it will be required for subsequent processes.
POST
Add a bank account
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Unix epoch timestamp Unix timestamp (seconds)
Example:
1619740800
Refer to checksum calculation
Body
application/json
This is bank account schema
Response
200
application/json
Successful response
This is bank account schema
Add a bank account