Panel Bot WhatsApp
curl -X POST https://www.otpworld.my.id/api/layanan/panel.php \
-d "api_key=YOUR_API_KEY" \
-d "package=ram1gb"
Package: 1gb, 2gb, 3gb, 0gb
Withdraw
curl -X POST https://domainmu.com/api/cair/create.php \
-H "X-API-KEY: YOUR_API_KEY" \
-d "ref_id=TEST12345" \
-d "kode_bank=BCA" \
-d "nomor_akun=1234567890" \
-d "nama_pemilik=AJI TEST" \
-d "nominal=10000" \
-d "email=test@gmail.com" \
-d "phone=08123456789"
curl -X POST https://domainmu.com/api/cair/bank_list.php \
-H "X-API-KEY: YOUR_API_KEY"
curl -X POST https://domainmu.com/api/cair/status.php \
-H "X-API-KEY: YOUR_API_KEY" \
-d "order_id=TRF_123456789"
Deposit
curl -X POST https://domainmu.com/api/deposit/create.php \
-H "Content-Type: application/json" \
-d '{
"api_key":"YOUR_API_KEY",
"nominal":10000,
"type":"ewallet",
"metode":"QRIS"
}'
curl -X POST https://domainmu.com/api/deposit/status.php \
-d "api_key=YOUR_API_KEY" \
-d "id=DEP123456"
curl -X POST https://domainmu.com/api/deposit/cancel.php \
-d "api_key=YOUR_API_KEY" \
-d "id=DEP123456"
Produk & Layanan
curl -X POST https://domainmu.com/api/layanan/list.php \
-d "api_key=YOUR_API_KEY" \
-d "type=pulsa"
curl -X POST https://domainmu.com/api/layanan/lisrv2.php \
-d "api_key=YOUR_API_KEY"
Suntik Sosmed
curl -X POST https://domainkamu.com/api/layanan/listv3.php \
-d "api_key=YOUR_API_KEY" \
-d "action=list"
curl -X POST https://domainkamu.com/api/layanan/listv3.php \
-d "api_key=YOUR_API_KEY" \
-d "service=1234" \
-d "link=https://instagram.com/test" \
-d "quantity=100"
PPOB
curl -X POST https://domainkamu.com/api/prabayar/create.php \
-d "api_key=YOUR_API_KEY" \
-d "code=CODE_PRODUCT" \
-d "reff_id=INV001" \
-d "target=08123456789"
curl -X POST https://domainkamu.com/api/prabayar/status.php \
-d "api_key=YOUR_API_KEY" \
-d "id=ID_TRANSAKSI"