Sandbox base URL:
https://api.dev.zeam.paytec.io/v1What the sandbox is for
- Verifying authentication: issuing a token and calling protected endpoints.
- Exercising the transaction flow end to end: connectors, quotes, intents, and payments.
- Testing your webhook handling before production.
- Validating your error handling against the RFC 7807 contract.
Safe testing
- Use sandbox credentials only. They are separate from production and do not carry over. See API keys.
- Treat the sandbox as a shared, non-production environment: do not send real personal data or anything you could not put in a test system.
- Keep your sandbox application secret and client secret out of client-side code, exactly as you would in production.