v1
latestOpenAPI 3.1.02026-07-241210356.3 KBBanks
Update
This endpoint allows you to update an existing bank account associated with a specific customer.
post/Banks/UpdateCustomerBankAccount/{uid}
Path parameters
uidstring required
Bank Account UID
Headers
api-keystring required
API Key
secret-keystring required
Secret Key
Request body
Example request
{
"bank_code": 12,
"branch_code": 539,
"account_number": 55220,
"account_name": "account test"
}Response
200