Sandbox Access
Use sandbox to validate your integration before production onboarding.
What you need
- A developer account with sandbox credentials.
- Client ID and client secret for OAuth token generation.
- Access to webhook receiver endpoints for local or staging testing.
Setup checklist
- Store credentials in your local secret manager.
- Generate an access token and verify token expiry handling.
- Run one end-to-end flow (auth, API call, webhook callback).
- Confirm error handling with invalid payload and invalid signature tests.
Before requesting production access
- Ensure observability is in place.
- Confirm retry/idempotency coverage.
- Validate all critical paths with your QA environment.