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
- Create a token
- Call the status endpoint
- Retrieve products
- Create a small test order
- 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/StatuscURL
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