Skip to main content
POST
Create a bank account

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

customer id

Body

application/json
account_type
any
required
account_name
string
required
account_number
string
required
ifsc_code
string
required
bank_name
string
required
is_default
boolean

Default bank account for the customer.

Response

200 - application/json

OK

message
string
success
boolean
content
object