The sandbox environment is coming soon. We’re working on it and will notify all developers when it’s available.
What to expect
When the sandbox launches, you’ll be able to:- Get dedicated test API keys from your dashboard (prefixed with
test_) - Trigger payments, transfers, and webhooks without real money moving
- Simulate all payment statuses:
PENDING,COMPLETED,FAILED,EXPIRED - Test OTP flows with a fixed test code (no real SMS sent)
- Replay webhook events from the dashboard
Preparing now
Even without a sandbox, you can prepare your integration:- Build against the real API types — all TypeScript types in
@lyel/lyel-pay-nodeare production-ready and won’t change. - Mock the SDK in your test suite using the interfaces from
@lyelpay/errorsfor error codes. - Set up your webhook endpoint — the signature validation logic works the same in test and production.