v1
latestOpenAPI 3.1.02026-07-241210356.3 KBDictionary
Bank List
This endpoint allows you to retrieves a list of banks according to Bank of Israel records
get/Banks/List
Response
200
Example response
{
"results": {
"status": "success",
"description": "operation has been success"
},
"data": [
{
"bank_code": 13,
"bank_name": "13001-בנק אגוד לישראל בע\"מ"
}
]
}