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

  1. Store credentials in your local secret manager.
  2. Generate an access token and verify token expiry handling.
  3. Run one end-to-end flow (auth, API call, webhook callback).
  4. 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.