Quick Start
For Relays
- Sign up at
/auth/signupand select the Relay role - Connect a provider — go to Dashboard → Connect and enter your restricted API key
- Configure routing rules — set your fee percentage, min/max payment amounts, daily volume limit, and country restrictions
- Install the SDK — add the script tag to your standalone page and verify it passes SDK verification
- Fund your reserve — deposit at least 10 USDC to your Solana wallet (minimum to join pool)
- Join the pool — toggle your provider into the payment pool to start receiving payments
- Moderate clients — review client profiles, read reviews from other Relays, and block clients you don't want to work with
For Clients
- Sign up at
/auth/signupand select the Client role - Describe your activity — fill in your profile and wait for staff review. Approval is not guaranteed
- Set up your wallet — configure your withdraw address for receiving settlements
- Generate an API key — go to Dashboard → Settings and create your API key
- Create payments via the API
- Embed the payment page — use the
relayPageURL from the response to show the payment form - Validate payment status — listen for
postMessageevents from the iframe to verify payment completion - Handle webhooks (optional) — configure a webhook URL to receive real-time payment notifications
Both roles require a Solana wallet for settlements. The platform handles all on-chain transactions automatically.