Key concepts
Sandbox vs. Live
Sandbox and Live share the same endpoints and functionality, but with different data and behavior.Best practices
- Isolate configuration: Keep Sandbox API keys and base URLs completely separate from Live. Use environment variables to switch between them.
- Test error handling: Use Sandbox to cover failure scenarios — invalid auth, malformed requests, rate limits, insufficient funds.
- Automate: Build integration tests against Sandbox before cutting over to Live.
Get started
Quickstart
Set up your API keys and make your first Sandbox request.
API Reference
Explore the full Payment APIs reference.