Environment URLs
Each environment has its own base URL for API calls and a separate checkout URL for hosted payment pages.Sandbox vs. Live
The sandbox mirrors live behaviour exactly but uses simulated payment instruments — no real money moves and no real bank accounts or cards are charged. Use it to:- Develop and test your integration end-to-end
- Trigger different payment outcomes (success, failure, pending)
- Test webhook delivery and signature verification
- Validate your reference-management and idempotency logic
Interactive OpenAPI documentation is available at
/docs on each environment — https://sandbox.lyseis-pay.com/docs and https://live.lyseis-pay.com/docs. Use the sandbox docs to explore and test endpoints without writing any code.