v1

latestOpenAPI 3.1.02026-07-241210356.3 KB
Banks

View

This endpoint allows you to retrieve a list of bank accounts associated with a specific customer.

get/Banks/CustomerBankAccounts/{customer_uid}

Path parameters

customer_uidstring required

Customer unique identifier

Headers

api-keystring required

API Key

secret-keystring required

Secret Key

Response

200

Example response

{
  "results": {
    "status": "success",
    "description": "operation has been success"
  },
  "data": [
    {
      "bank": "13001-בנק אגוד לישראל בע\"מ (13)",
      "bank_code": 13,
      "branch": "מרכז הכרמל (83)",
      "branch_code": 83,
      "account_name": "בדיקה",
      "account_number": "123456789",
      "customer_uid": "6a769c24-7875-4fe0-8c36-32c65cefd639",
      "uid": "a2add155-dcab-4f65-a162-c21a1555d128"
    }
  ]
}