Test your RibiRewards integration risk-free. No real money, no actual deliveries. Full API functionality in a safe environment.
The sandbox mirrors production functionality without real-world consequences
Send gift boxes, choice cards, and experiences without spending real money
Trigger webhook events and test your integration's response handling
Test the complete recipient journey including address capture for gift boxes
Simulate delivery failures, expired gifts, and edge cases to test error handling
Complete end-to-end tests including recipient redemption flows
No limits on sandbox API calls. Test as much as you need before going live
Use the same API structure as production. Just swap your API key and base URL to sandbox mode.
api.sandbox.ribirewards.comSend gifts, trigger webhooks, test redemption flows. All gift operations work exactly like production.
Once testing is complete, just swap to production API keys. Your code stays the same.
Use these test cards to simulate different payment scenarios
4242424242424242VisaAlways succeeds
4000000000000002VisaCard declined
4000000000009995VisaInsufficient funds error
Always use test card numbers in sandbox mode. Real credit card numbers will be rejected. Use any future expiry date and any 3-digit CVC.
| Feature | Sandbox | Production |
|---|---|---|
| Real money charged | No | Yes |
| Emails sent to recipients | No | Yes |
| Physical gifts delivered | No | Yes |
| Webhooks triggered | Yes | Yes |
| API rate limits | Unlimited | 1,000 req/min |
| Data retention | 7 days | Indefinite |
Start testing in 2 minutes
Create a RibiRewards account and navigate to the Developer section in your dashboard.
Click "Create Sandbox API Key" to generate your test credentials:
sk_test_51234567890abcdefghijklmnopqrstuvwxyzcurl https://api.sandbox.ribirewards.com/v1/gifts \
-H "Authorization: Bearer sk_test_..." \
-H "Content-Type: application/json" \
-d '{
"recipient_email": "test@example.com",
"gift_type": "choice_card",
"amount": 100,
"category": "coffee"
}'Get sandbox API keys and start building your integration risk-free