Developers

Sandbox

A production-parity test environment. Same API surface, simulated money movement — so you can integrate, test and demo safely.

What The Sandbox Gives You

Sandbox mirrors the production API — same endpoints, request shapes, error codes and webhook events — but no real funds move and no live rails are touched. FX quotes use indicative rates, and settlement outcomes are simulated deterministically so your test suites stay stable.

Test Scenarios

  • Instant settlement. Payouts to eligible local rails settle within seconds in sandbox, emitting the full event sequence.
  • Delayed settlement. Simulate T+1/T+2 wire behaviour to test your pending-state UX.
  • Failure & return. Trigger payout.failed and payout.returned using designated test beneficiary accounts.
  • Compliance hold. Exercise your review-state handling with a simulated compliance hold and release.
  • FX quote expiry. Let a locked quote lapse to verify your re-quote flow.

Environment Details

Sandbox keys are issued alongside production keys from the developer portal once KYB onboarding is approved. Sandbox data is isolated from production and may be periodically reset; do not store anything you cannot recreate.

Going To Production

When your integration passes the go-live checklist (webhook signature verification, idempotency keys, failure handling), switch the base URL and keys — no code changes required. See the API documentation for the checklist.