This guide walks you through the fastest way to make a working KulmiPay API call. You will create an account, get your API keys, and create a checkout session. If you want to test without real money first, use the sandbox environment and replace the base URL withDocumentation Index
Fetch the complete documentation index at: https://developers.kulmipay.com/llms.txt
Use this file to discover all available pages before exploring further.
https://sandbox.kulmipay.com.
Create a KulmiPay account
Go to app.kulmipay.com and sign up for an account. Complete business verification before processing live payments.For testing, create a separate sandbox account at sandbox.kulmipay.com.
Create an API application
In the dashboard, open API Applications and create an application.KulmiPay gives you two API keys:
Store the secret key securely. Do not expose it in frontend code.
| Credential | What it’s for |
|---|---|
| Public Key | Browser-safe checkout and public collection requests. It starts with ISPubKey_. |
| Secret Key | Protected backend API requests. It starts with ISSecretKey_. |
Create a checkout session
Use your public key to create a hosted checkout session.The response includes a hosted
url. Redirect the customer to that URL, or render checkout with the kulmipay browser SDK.Next steps
Authentication
Understand public keys, secret keys, and environment-specific credentials.
Client Libraries
Install and configure the browser checkout SDK or PHP SDK.
Checkout
Learn the full hosted checkout flow.
Sandbox
Test your integration before going live.
