8x Payout Gateway is an agnostic, execution-only payout service. One API owns identity, routing, execution and the transaction log — and never holds your balances. Pay creators, contractors, vendors, affiliates, sellers… anyone.
POST /api/v1/payouts
Idempotency-Key: pay_9f2c…
{
"amount": "4200.00",
"currency": "USD",
"recipient": { "email": "sam@studio.com" }
}
201 Created
{ "id": "po_7Yz", "status": "processing" }
Create a payout, then ask how it went. Everything else — identity, routing, retries, the ledger — is handled for you.
Create, or idempotently re-fetch, a payout. Send the same idempotency key twice and you get the same payout back — never a duplicate.
Did it work? Should we retry? Read the current status, the rail it used, and the full history from the transaction log.
Moving money used to mean chasing forms, onboarding accounts and reconciling by hand. Here it’s three steps.
POST an amount, a currency and a recipient. No account for them to create — just an email is enough to start.
Identity, KYC and tax checks run first. Then we pick the best rail for the recipient’s country and execute.
Poll the payout, read the immutable log, and retry safely with the same idempotency key. Never a double send.
Identity, routing, execution and the record — so your product never has to become a payments company.
Two REST endpoints, idempotency keys and webhooks. Connect it to your systems and go live in a day.
Local bank transfer, PayPal, Wise, Stripe Connect — chosen automatically per country and currency.
We collect and verify identity and tax details before a payout can execute. Nothing moves unverified.
Every payout, retry and status change is recorded — a clean audit trail you can reconcile against.
Execution-only by design. You keep custody of the money; we own identity, routing and the record.
A transaction dashboard at /admin for your team, and a self-serve payee portal at /portal for recipients.
A payout can’t execute until identity and tax checks pass. We collect the forms, screen the recipient, file the reports, and keep the paper trail — in every country you pay into.
The gateway is agnostic about who’s on the other end. If they have an email and can pass a check, you can pay them.
Developer docs and the OpenAPI contract live at /docs. Your transaction dashboard is at /admin and the payee portal at /portal.