Skip to main content

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:
  1. Login to reseller.isiaja.id
  2. Go to Settings → API Keys
  3. Switch to the Sandbox tab
  4. Use the sandbox API Key and Secret

Sandbox Behavior

FeatureSandboxProduction
BalanceUnlimited (auto-replenished)Real deposit
OrdersSimulated (no real delivery)Real processing
WebhooksSent to your webhook URLSame
ProductsSame product catalogSame
PriceSame pricingSame

Test Customer Numbers

Use these test customer numbers for predictable results:
Customer NumberExpected Result
111111111Success (instant)
222222222Pending → Success (5 seconds)
333333333Pending → Failed
444444444Invalid 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.