API reference and playgroundConstants
List cities
curl -X GET "https://test-api.kashier.io/v2/constants/cities"[ { "id": "1", "governorate_id": "1", "city_name_ar": "الاسكندرية", "city_name_en": "Alexandria", "value": "EG-ALX" }, { "id": "6", "governorate_id": "6", "city_name_ar": "القاهرة", "city_name_en": "Cairo", "value": "EG-C" }]Retrieves the Egyptian governorates Kashier recognises, in English and Arabic, each with the ISO 3166-2 subdivision code to store against an address.
Response Body
application/json
application/json
application/json
List banks GET
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 p…
List countries GET
Retrieves every country Kashier recognises, with its two- and three-letter codes, its international dialling prefix, and its flag as an embedded image. Useful for country and phone-prefix pickers.…