Where to Find Your Credentials
Navigate to the Developer section of the EximPe Dashboard. You’ll find:- Client ID
- Client Secret
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.