API H2H

Melakukan Transaksi Via API (Developer).

Contoh Script API Untuk Pemrograman PHP Dan Response Yang Muncul

Untuk melakukan pengembangan/testing di local (XAMPP/LAMPP/Postman,dll), pengaturan IP Statis isi dengan IP publik jaringan yang saat ini Anda gunakan. Cek di https://www.whatismyip.com

Request https://pp.micronetapp.com/sosmed/
Parameters Description
api_key Your Api key
action ORDER
service Service ID, Cek di Daftar Layanan
target Target pesanan sesuai kebutuhan (username/url/id).
quantity Jumlah pesan.
custom_comments ( optional ) Daftar komentar, dipisahkan dengan enter atau \r\n atau \n. (Hanya diperlukan jika pesan layanan custom komentar)
custom_link ( optional ) Link post. (Hanya diperlukan jika pesan layanan Like Komentar Instagram)

Contoh Response Sukses :

{
   "status": true,
   "data": {
         "order_id: "123"
       }
}

Contoh Response Gagal :

{
   "status": false,
   "data": "API Key salah"
}
Request https://pp.micronetapp.com/sosmed/
Parameters Description
api_key Your Api key
action VIEW
order_id Order ID

Contoh Response Sukses :

{
   "status": true,
   "data": {
         "status": "Success",
         "start_count": 10900,
         "remains": 0
       }
}

Contoh Response Gagal :

{
   "status": false,
   "data": "API Key salah"
}
Request https://pp.micronetapp.com/sosmed/
Parameters Description
api_key Your Api key
action GET-SERVICE

Contoh Response Sukses :

{
   "status": true,
   "data": [
       {
         "server": "S1",
         "id": 1,
         "category": "Instagram Followers",
         "name": "Instagram Followers S1",
         "price": 10000,
         "min": 100,
         "max": 10000,
         "note": "Super Fast, Input Username",
         "status": "Active"
       },
       {
         "server": "S2",
         "id": 1,
         "category": "Instagram Followers",
         "name": "Instagram Likes S1",
         "price": 10000,          "min": 100,
         "max": 10000,
         "note": "Super Fast, Input Post Url",
         "status": "Not active"
       }
   ]
}

Contoh Response Gagal :

{
   "status": false,
   "data": "API Key salah"
}
Request https://pp.micronetapp.com/pulsa/
Parameters Description
api_key Your Api key
action ORDER
service Service ID, Cek di Daftar Layanan
target Number Phone/No meter PLN.

Contoh Response Sukses :

{
   "status": true,
   "data": {
         "order_id: "123"
       }
}

Contoh Response Gagal :

{
   "status": false,
   "data": "API Key salah"
}
Request https://pp.micronetapp.com/pulsa/
Parameters Description
api_key Your Api key
action VIEW
order_id Order ID

Contoh Response Sukses :

{
   "status": true,
   "data": [
       {
         "status": "Success",
         "phone":"0813xxx",
         "service":"TELKOMSEL DATA 1GB",
         "price":"10000",
         "date":"03-03-2016",
         "catatan":"Nomer SN 7849343543"
       },
       {
         "status": "Pending",
         "phone":"0813xxx",
         "service":"TELKOMSEL DATA 12GB",
         "price":"10000",
         "date":"03-03-2016",
         "catatan":"Nomer SN 784934765743"
       }
   ]
}

Contoh Response Gagal :

{
   "status": false,
   "data": "API Key salah"
}
Request https://pp.micronetapp.com/pulsa/
Parameters Description
api_key Your Api key
action GET-SERVICE

Contoh Response Sukses :

{
   "status": true,
   "data": [
       {
         "id": PTSEL20,
         "oprator": "TELKOMSEL",
         "name": "Telkomsel 20.000",
         "price": 19450,
         "tipe": "Pulsa",
         "note": "Pulsa Telkomsel Rp 20.000",
         "status": "Active"
       }
   ]
}

Contoh Response Gagal :

{
   "status": false,
   "data": "API Key salah"
}
Request https://pp.micronetapp.com/profile/
Parameters Description
api_key Your Api key

Contoh Response Sukses :

{
   "status": true,
   "data": {
         "username": "pesenopedia",
         "email": "[email protected]",
         "phone": "082136019744",
         "balance": "234754"
       }
}

Contoh Response Gagal :

{
   "status": false,
   "data": "API Key salah"
}
Request https://pp.micronetapp.com/deposit/
Parameters Description
api_key Your Api key
action DEPOSIT
nopengirim Nomer Pengirim Pulsa ( input 08 bukan 628 )
quantity Jumlah Transfer
provider
  • TSEL
  • XL
  • OVO
  • GOPAY
  • DANA
  • ALFA

  • Contoh Response Sukses :

    {
       "status": true,
       "data": {
             "code": "06167212",
             "message": "Berhasil ! Silakan transfer sebesar Rp. 10.780 ke Tujuan 0821236019744 A/N TEDDY KURNIAWAN Anda Mendapatkan Rp. 10.780 Saldo",
             "jumlah_tf": "10780",
             "amount": "10780",
             "provider": "OVO",
             "tujuan": "0821236019744 A/N TEDDY KURNIAWAN"
           }
    }

    Contoh Response Gagal :

    {
       "status": false,
       "data": "API Key salah"
    }
    Request https://pp.micronetapp.com/deposit/
    Parameters Description
    api_key Your Api key
    action VIEW
    code ID Deposit
    provider Kode Provider Deposit

    Contoh Response Sukses :

    {
       "status": true,
       "data": {
             "status": "Success",
             "pesan":"Dana Sudah Diterima",
             "jumlah":"5000",
             "amount":"4500",
             "provider": "OVO"
           }
    }

    Contoh Response Gagal :

    {
       "status": false,
       "data": "API Key salah"
    }