Sandbox Environment
Use the sandbox environment to test your integration without spending real money.
Sandbox Base URL
https://sandbox-api.isiaja.id/v1
Sandbox Credentials
Get your sandbox credentials from:
- Login to reseller.isiaja.id
- Go to Settings → API Keys
- Switch to the Sandbox tab
- Use the sandbox API Key and Secret
Sandbox Behavior
| Feature | Sandbox | Production |
|---|
| Balance | Unlimited (auto-replenished) | Real deposit |
| Orders | Simulated (no real delivery) | Real processing |
| Webhooks | Sent to your webhook URL | Same |
| Products | Same product catalog | Same |
| Price | Same pricing | Same |
Test Customer Numbers
Use these test customer numbers for predictable results:
| Customer Number | Expected Result |
|---|
111111111 | Success (instant) |
222222222 | Pending → Success (5 seconds) |
333333333 | Pending → Failed |
444444444 | Invalid customer number error |
Test Serial Numbers
Successful sandbox orders return serial numbers prefixed with SB-:
{
"status": "success",
"serial_number": "SB-TEST-ABC123"
}
Always test thoroughly in sandbox before switching to production. Use the test customer numbers above to verify all status flows in your application.