Documentation Index
Fetch the complete documentation index at: https://docs.khaime.com/llms.txt
Use this file to discover all available pages before exploring further.
Gateway Routing
Khaime automatically routes each payment to the best gateway based on the customer’s currency and region. You don’t need to configure or select gateways — it’s handled for you.How It Works
- You send a charge request with the customer’s currency
- Khaime selects the optimal gateway for that currency and region
- The response tells you which checkout flow to use
Checkout Flows
The charge response includes apayment_gateway field. Your integration needs to handle two checkout types:
| Flow | When | What to do |
|---|---|---|
| Embedded | client_secret is returned | Mount a payment element on your page using client_secret + publishable_key |
| Redirect | payment_url is returned | Redirect the customer to the hosted payment page |
Example Response
Supported Regions
Khaime supports payments across multiple regions including:- Africa — Nigeria, Ghana, Kenya, South Africa, and more
- North America — United States, Canada
- Europe — UK, Eurozone
- Asia-Pacific — Australia and expanding
The list of supported currencies and regions is growing. Check the multicurrency page for the full list.
