Skip to main content

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.

Send payouts directly to Quickei user wallets from your platform.

What is the Partner Payout API?

The Partner Payout API allows external platforms to send money directly into Quickei user wallets. It is designed for aggregators, remittance providers, payroll services, and any platform that needs to disburse funds programmatically.

Instant Delivery

Funds land in the recipient’s Quickei wallet in seconds, ready to spend or withdraw.

Multi-Currency

Send in any currency supported by your merchant wallet. Cross-currency payouts are converted automatically.

Webhook Notifications

Get real-time status updates for every payout via signed webhooks.

Use Cases

ScenarioDescription
RemittanceA remittance provider sends cross-border transfers to Quickei users
PayrollA payroll service disburses salaries into employee wallets
AggregatorA marketplace pays out sellers after order fulfillment
Rewards / CashbackA loyalty platform credits user wallets with earned rewards

Payout Flow

1

Lookup

Find the recipient by phone number or email using POST /lookup. You receive a lookup_token valid for 10 minutes.
2

Quote

Get the exchange rate and fees for the payout using POST /quote. The quote is cached for 5 minutes.
3

Payout

Execute the payout using POST /payout. Your merchant wallet is debited and the user wallet is credited instantly.
4

Webhook

Quickei sends a signed webhook to your configured URL with the final payout status.

Sandbox vs Production

SandboxProduction
Base URLhttps://quickei.io/api/partner/sandbox/v1https://quickei.io/api/partner/v1
CredentialsSandbox API key from dashboardProduction API key from dashboard
Real moneyNoYes
HeaderX-Quickei-Environment: sandboxX-Quickei-Environment: production
Sandbox and production share the same base URL. The environment is determined by which API key you use. Sandbox payouts do not move real funds.

Prerequisites

  1. A Quickei Merchant account with at least one funded wallet
  2. API credentials generated from the Merchant Dashboard under Developer API > API Keys
  3. Partner Payout API enabled by a Quickei admin (contact support if you don’t see the option)

Rate Limiting

The Partner Payout API allows 120 requests per minute. If exceeded, you’ll receive a 429 Too Many Requests response with a Retry-After header.

Available Endpoints

MethodEndpointDescription
POST/lookupFind a user by phone or email
POST/quoteGet exchange rate and fees
POST/payoutExecute a payout
GET/payout/{id}Check payout status
GET/balanceGet merchant wallet balances