Payment Gateway in Sandbox
The sandbox payment gateway works exactly like production, but payments are simulated on testnet chains. You can create payment intents, view the hosted checkout page, and simulate payment confirmation.Create a Test Payment
checkout_url you can open in a browser to see the hosted checkout page.
Simulate a Payment
In sandbox, you can simulate a successful payment without actually sending on-chain funds:paid and triggers any configured webhooks, just as if a real on-chain payment was confirmed.
Test Webhook Flow
- Create a webhook listening for
gateway.payment.paid - Create a payment intent
- Simulate the payment using the endpoint above
- Your webhook receives the payment confirmation event

