Skip to main content
PUT
Update a bank account

Authorizations

Authorization
string
header
required

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

Path Parameters

bank_account_id
string
required

bank account id

id
string
required

customer id

Body

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

Default bank account for the customer.

Response

200 - application/json

OK

message
string
success
boolean
content
object