API reference and playgroundConstants
Get payment method definitions
curl -X GET "https://test-api.kashier.io/v2/constants/payment-method-definition"{ "card": [ "mpgs_v68", "host2host", "upg_card" ], "wallet": [ "upg_wallet" ], "valu": [ "valu_v1", "valu_v2" ], "octo": [ "octo_v1" ], "souhoola": [ "souhoola_v1" ], "aman": [ "aman_v1" ], "bank_installments": [ "mpgs_v68_installment_acquirer", "mpgs_v68_installment_issuer", "host2host_installment_acquirer", "host2host_installment_issuer" ], "transfer": [ "ebc_v1" ], "contact": [ "contact_v1" ]}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, bank_installments, and the rest — used across payment sessions, payment links, and the checkout entitlement lookup.
Response Body
application/json
application/json
application/json
application/json
List industries GET
Retrieves the industries and their sectors that a merchant business profile can be classified under, in English and Arabic.
List eligible transactions GET
Returns a paginated list of your not-yet-settled transactions that are eligible for instant settlement, together with summary totals across the whole eligible set and the caps that apply to your ac…