API reference and playgroundConstants
List industries
curl -X GET "https://test-api.kashier.io/v2/constants/industries"[ { "id": 1, "en": "Government", "ar": "الحكومة", "sectors": [ { "en": "Government Service", "ar": "خدمات حكومية", "value": "Government Service" }, { "en": "Ministry", "ar": "وزارة", "value": "Ministry" } ] }]Retrieves the industries and their sectors that a merchant business profile can be classified under, in English and Arabic.
Response Body
application/json
application/json
application/json
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.…
Get payment method definitions GET
Retrieves every payment method Kashier supports, mapped to the provider integrations that can process it. It is the canonical list of method names — card, wallet, bankinstallments, and the rest — u…