Required
Regenerate your credentials
Hit Regenerate All Credentials in
Developer Tools so any keys that floated around
during testing are dead before real money moves. Update your env vars with the new values,
then log in again — JWTs are mode-bound, so a sandbox token won’t work in live anyway.
10.01 is a real payout of 10.01), exchange rates are real, and callbacks are actually sent.
Good to have
- KYC verified and wallet funded — live payouts are rejected without verified KYC and fail without balance
- Callback URL registered in Developer Tools, with signature verification in your handler — sandbox never exercised this
- No trigger-code leftovers — remove test amounts like
10.01/10.03from code and fixtures - Unique
idempotency_keyper payout — safe to retry without double-paying - Secrets in env vars, not in code or git history
- One small live payout first — confirm the callback, the dashboard entry, and the wallet debit before opening the pipeline