Bank Account
Update Bank Account
Allows updating an existing bank account.
PUT
/
bankAccounts
/
{bankAccountId}
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.
Body
application/json