v1

latestOpenAPI 3.1.02026-07-241210356.3 KB
Banks

Remove

This endpoint allows you to remove a bank account associated with a specific customer.

post/Banks/RemoveCustomerBankAccount/{bank_account_uid}

Path parameters

bank_account_uidstring required

Bank Account UID

Headers

api-keystring required

API Key

secret-keystring required

Secret Key

Response

200

Example response

{
  "results": {
    "status": "success",
    "description": "operation has been success"
  },
  "data": {
    "card_uid": "a2add155-dcab-4f65-a162-c21a1555d128"
  }
}