Inquiry

API to inquiry PLN Non Taglist Postpaid.

Path

MethodPath
POSTapi/v1/bill/check

Test Case

CodeNumberResponse
PLNNONTAG3225030000000Success
PLNNONTAG3225030000001Inquiry - Invoice Has Been Paid
PLNNONTAG3225030000014Inquiry - Incorrect Destination Number
PLNNONTAG3225030000103Inquiry - Time Out
PLNNONTAG3225030001037Payment - Payment Failed
PLNNONTAG3225030001039Payment - Pending / transaction in process
PLNNONTAG3225030001105Payment - MISC Error / Biller System Error
PLNNONTAG322503000XXXXTest other response scenarios in the test case menu.

Request Body

AttributesTypeDescriptionMandatory
commandsStringValue: inq-pascaYes
usernameStringYour registered phone numberYes
codeStringProduct Code. You can get list of product code in pricelist api or from pricelist hereYes
hpStringPLN Non Taglist customer numberYes
ref_idStringYour order number / reference ID ( must unique )Yes
signStringSignature. Value: md5(username+api_key+ref_id)Yes
{
  "commands"    : "inq-pasca",
  "username"    : "123123123",
  "code"        : "PLNNONTAG",
  "hp"          : "3225030000000",
  "ref_id"      : "09128374655",
  "sign"        : "0f32cc44bb9469687ef24b6ea857db06"
}
<?xml version="1.0" ?>
<mp>
  <commands>inq-pasca</commands>
  <username>123123123</username>
  <code>PLNNONTAG</code>
  <hp>3225030000000</hp>
  <ref_id>09128374655</ref_id>
  <sign>0f32cc44bb9469687ef24b6ea857db06</sign>
</mp>

Response

Loading...
{
  "data": {},
  "meta": []
}

Live Testing

Request URL
https://testpostpaid.mobilepulsa.net/api/v1/bill/check
Request Method
Request Header
Content-Type: application/json
Body
Result

Tutorial Video

You can see this video for inquiry code explanation using Laravel.

Or you can see this video for inquiry code explanation using PHP.