OTPWorld REST API

Dokumentasi Resmi Integrasi Developer
Panel Bot WhatsApp
POST /api/layanan/panel.php
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
POST /api/cair/create.php
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"
POST /api/cair/bank_list.php
curl -X POST https://domainmu.com/api/cair/bank_list.php \ -H "X-API-KEY: YOUR_API_KEY"
POST /api/cair/status.php
curl -X POST https://domainmu.com/api/cair/status.php \ -H "X-API-KEY: YOUR_API_KEY" \ -d "order_id=TRF_123456789"
Deposit
POST /api/deposit/create.php
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" }'
POST /api/deposit/status.php
curl -X POST https://domainmu.com/api/deposit/status.php \ -d "api_key=YOUR_API_KEY" \ -d "id=DEP123456"
POST /api/deposit/cancel.php
curl -X POST https://domainmu.com/api/deposit/cancel.php \ -d "api_key=YOUR_API_KEY" \ -d "id=DEP123456"
Produk & Layanan
POST /api/layanan/list.php
curl -X POST https://domainmu.com/api/layanan/list.php \ -d "api_key=YOUR_API_KEY" \ -d "type=pulsa"
POST /api/layanan/lisrv2.php
curl -X POST https://domainmu.com/api/layanan/lisrv2.php \ -d "api_key=YOUR_API_KEY"
Suntik Sosmed
POST List Services
curl -X POST https://domainkamu.com/api/layanan/listv3.php \ -d "api_key=YOUR_API_KEY" \ -d "action=list"
POST Order Sosmed
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
POST /api/prabayar/create.php
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"
POST /api/prabayar/status.php
curl -X POST https://domainkamu.com/api/prabayar/status.php \ -d "api_key=YOUR_API_KEY" \ -d "id=ID_TRANSAKSI"