Skip to main content
POST
Create a new bank account

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Payload to create new bank accounts.

bankAccounts
object[]

Response

Bank account(s) created successfully.

success
boolean
Example:

true

message
string
Example:

"Successfully created"

data
object