Partners
Overview
Embed Orqpay as a crypto payment rail for your merchants (invite-only Partner API).
Orqpay Partners are invite-only aggregators. You create merchants, open hosted checkout for their customers, and receive signed webhooks for payment status — without giving each merchant a full Orqpay dashboard by default.
Access is provisioned by Orqpay (API keys). There is no public self-signup for partners.
Integration path
- Authentication — Partner API keys, whoami, idempotency
- Merchants — create merchants, bind payout wallets, choose settlement mode
- Invoices — create invoices; hosted checkout
- Webhooks — receive
invoice.*events for all your merchants
Coming soon
Balances, single payouts, and multi-destination disbursements are not in the public Partner docs or API reference yet. See Coming soon.
Concepts
| Your product | Orqpay |
|---|---|
| Tenant / shop | Merchant (merchantId) |
| Your tenant id | externalTenantId |
| Payment / checkout | Invoice + checkoutUrl |
| Realtime settlement | Bound wallet + autoPayoutEnabled: true |
| Hold funds | autoPayoutEnabled: false (withdrawals API coming soon) |