Skip to main content

IsiAja Reseller API

The IsiAja Reseller API allows you to integrate game top-up, voucher, and digital product services into your own platform. Build your own storefront, automate orders, and manage your reseller business programmatically.

What you can do

Check Balance

Check your current deposit balance in real-time.

Get Products

Fetch the complete product catalog with real-time pricing.

Create Orders

Place top-up orders programmatically with instant processing.

Track Orders

Check order status and get serial numbers for completed orders.

Base URL

All API requests should be made to:
https://api.isiaja.id/v1
For sandbox/testing:
https://sandbox-api.isiaja.id/v1

Quick Example

curl -X POST https://api.isiaja.id/v1/check-balance \
  -H "Content-Type: application/json" \
  -d '{
    "api_key": "YOUR_API_KEY",
    "sign": "GENERATED_SIGNATURE"
  }'

Rate Limits

PlanRequests/minuteRequests/day
Basic6010,000
Silver12050,000
Gold300100,000

Need Help?