Skip to main content
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

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

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