List banks
curl -X GET "https://test-api.kashier.io/v2/constants/banks"{ "bankNames": [ { "ar": "البنك العربى الافريقى الدولى", "en": "Arab African International Bank", "Abbreviation": "AAIB" }, { "ar": "بنك الأسكندرية", "en": "Bank of Alexandria", "Abbreviation": "BOA" } ], "banks": [ { "Bank Name": "Bank of Alexandria", "Arabic Bank Name": "بنك الأسكندرية", "Abbreviation": "BOA", "Arabic Branch Name": "العمليات المصرفية", "English Branch Name": "Banking Operations", "Branch Code": 100 }, { "Bank Name": "Bank of Alexandria", "Arabic Bank Name": "بنك الأسكندرية", "Abbreviation": "BOA", "Arabic Branch Name": "فرع القاهرة", "English Branch Name": "Cairo Branch", "Branch Code": 101 } ]}Retrieves the Egyptian banks Kashier publishes, with each name in English and Arabic and its abbreviation. Use it to populate a bank picker or to address a bank in the installment fee lookup. For payout transfers, use the bank abbreviations sheet linked from the Payouts guide instead — payouts validate against their own list.
Response Body
application/json
application/json
application/json
Check whether a card qualifies for a discount POST
Checks the card the customer has just entered against the merchant's live bank discount campaigns and, when one applies, returns how much comes off and what the fee would be. This is the call a che…
List cities GET
Retrieves the Egyptian governorates Kashier recognises, in English and Arabic, each with the ISO 3166-2 subdivision code to store against an address.