Get Started
Get Credentials for API Access
To begin using EximPe’s Web Checkout and APIs, you need to generate credentials — client_id
, client_secret
.
Where to Find Your Credentials
Navigate to the Developer section of the EximPe Dashboard. You’ll find:
- Client ID
- Client Secret
These are required to authenticate your API calls.
If You Are a Payment Service Provider (PSP)
If you’re a PSP receiving payments on behalf of your merchants:
- Add a Merchant
- Before you can make API calls on behalf of a merchant, you must first add them.
- Refer to the Adding Merchants guide for details.
- Activate the Merchant
- In Test Mode, merchants are activated instantly.
- In Live Mode, merchant activation follows due diligence in compliance with RBI guidelines.
- Retrieve the
merchant_id
Once a merchant is activated, you’ll receive theirmerchant_id
, which, along with theclient_id
andclient_secret
, is required to authenticate and validate API requests.
When you’re ready to go live:
- Toggle to Live Mode in the EximPe Dashboard.
- New production credentials (
client_id
andclient_secret
) will be generated for secure API usage.