The Partner Payout API uses Bearer Token authentication. Include your API key in every request.Documentation Index
Fetch the complete documentation index at: https://developer.quickei.io/llms.txt
Use this file to discover all available pages before exploring further.
Base URLs
The API has separate URLs for sandbox and production:| Environment | Base URL |
|---|---|
| Sandbox | https://quickei.io/api/partner/sandbox/v1 |
| Production | https://quickei.io/api/partner/v1 |
Getting Your Credentials
Log in to the Merchant Dashboard
Go to quickei.io/merchant/login and sign in.
Create API Keys
Go to Developer API > API Keys and generate your keys. You will get separate keys for Sandbox and Production.
Request Headers
Include the following headers in every request:Example Requests
Sandbox:Sandbox vs Production
| Sandbox | Production | |
|---|---|---|
| Base URL | /api/partner/sandbox/v1 | /api/partner/v1 |
| Credentials | Sandbox API key | Production API key |
| Real funds | No — simulated transactions | Yes — real money |
| Wallet debited | Sandbox wallet | Real merchant wallet |
| User wallet credited | No | Yes |
Sandbox transactions appear in the Sandbox Wallets section of your merchant dashboard, separate from production transactions.
Error Responses
If authentication fails, the API returns:| Status | Cause |
|---|---|
401 Unauthorized | Missing, invalid, or wrong-environment API key |
403 Forbidden | API key is valid but Partner Payout API is not enabled for your account |

