Bank Account
Update Bank Account
Allows updating an existing bank account.
PUT
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the bank account to update.
Example:
"3Ez2Ggn8JP4qQgA"
Body
application/json
Payload for updating bank account details.
Example:
"Updated Bank Name"
Example:
"123456789012"
Example:
"Updated Address Line 1"
Example:
"Updated City"
Example:
"ST"
Example:
"12345"
Example:
"Updated Nickname"
Example:
"Updated Address Line 2"
Example:
"1234567890"