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.
The body is of type object
.
Response
200
application/json
Bank account updated successfully.
The response is of type object
.