Postpaid Check
[POST
] https://bigmedia.id/api/postpaid
Parameter | Type | Value | Req. |
---|---|---|---|
key | string |
berisi apikey anda. | Yes |
sign | string |
berisi formula md5(API ID + API KEY). | Yes |
type | string |
inq-pasca | Yes |
service | string |
berisi kode layanan, cek disini. | Yes |
data_no | string |
berisi data tujuan | Yes |
Example Response
{
"result": true,
"data": {
"data": {
"no": "123456789",
"name": "SAMPLE NAME"
},
"service": "PLNPASCA",
"balance": 100000,
"price": {
"bill": 120000,
"admin": 3500,
"total": 123500
}
},
"message": "Berhasil."
}