Sandbox

Test your integration in the stage environment before moving to production.

 

Engage2Reward™ Gift Card API provides separate stage and production environments. Use stage first to validate authentication, product retrieval, and order creation flows before going live.

Base URLs

  • Production: https://api.engage2reward.com
  • Stage: https://stage.api.engage2reward.com

Recommended stage testing

  1. Create a token
  2. Call the status endpoint
  3. Retrieve products
  4. Create a small test order
  5. Confirm how your application handles completion states
Note: Ask your account team how stage credentials are provisioned and whether stage uses test balances or other environment-specific rules.

Connectivity check

GET /v1/Status
cURL
curl "BASE_URL/v1/Status" \
  -H "Authorization: Bearer TOKEN"

Before going live

  • Confirm production credentials
  • Confirm webhook handling if used
  • Validate retry behavior
  • Confirm available balance and funding process

What’s next