v1

latestOpenAPI 3.1.02026-07-241210356.3 KB
Banks

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

bank_codeinteger required

Bank code based on the banks codes dictionary

branch_codeinteger required

Bank ranch Code

account_numberinteger required

Customer account number

account_namestring required

Customer account name as registered in the bank

Example request

{
  "bank_code": 12,
  "branch_code": 539,
  "account_number": 55220,
  "account_name": "account test"
}

Response

200