Inquiry
API to inquiry Internet Telkom Speedy and Telkom PSTN.
Path
| Method | Path |
|---|---|
| POST | api/v1/bill/check |
Test Case
| Code | Number | Response |
|---|---|---|
| TELKOMPSTN | 6391600000 | Success - 1 bill |
| TELKOMPSTN | 6391601999 | Success - 3 bills |
| TELKOMPSTN | 6391600001 | Inquiry - Invoice Has Been Paid |
| TELKOMPSTN | 6391600014 | Inquiry - Incorrect Destination Number |
| TELKOMPSTN | 6391600103 | Inquiry - Time Out |
| TELKOMPSTN | 6391601037 | Payment - Payment Failed |
| TELKOMPSTN | 6391601039 | Payment - Pending / transaction in process |
| TELKOMPSTN | 6391601105 | Payment - MISC Error / Biller System Error |
| TELKOMPSTN | 639160XXXX | Test other response scenarios in the test case menu. |
Request Body
| Attributes | Type | Description | Mandatory |
|---|---|---|---|
| commands | String | Value: inq-pasca | Yes |
| username | String | Your registered phone number | Yes |
| code | String | Product Code. You can get list of product code in pricelist api or from pricelist here | Yes |
| hp | String | Internet customer number | Yes |
| ref_id | String | Your order number / reference ID ( must unique ) | Yes |
| sign | String | Signature. Value: md5(username+api_key+ref_id) | Yes |
{
"commands" : "inq-pasca",
"username" : "123123123",
"code" : "TELKOMPSTN",
"hp" : "6391600000",
"ref_id" : "091283746520",
"sign" : "3bb08f003963c2b18310aa5f339a215d"
}
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
Table of Contents