Inquiry
API to inquiry Television Telkom Vision.
Path
| Method | Path |
|---|---|
| POST | api/v1/bill/check |
Test Case
| Code | Number | Response |
|---|---|---|
| TVTLKMV | 127246500000 | Success |
| TVTLKMV | 127246500001 | Inquiry - Invoice Has Been Paid |
| TVTLKMV | 127246500014 | Inquiry - Incorrect Destination Number |
| TVTLKMV | 127246500103 | Inquiry - Time Out |
| TVTLKMV | 127246501037 | Payment - Payment Failed |
| TVTLKMV | 127246501039 | Payment - Pending / transaction in process |
| TVTLKMV | 127246501105 | Payment - MISC Error / Biller System Error |
| TVTLKMV | 12724650XXXX | 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 | Telkom vision 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" : "TVTLKMV",
"hp" : "127246500000",
"ref_id" : "09128374657",
"sign" : "b0c37e10dda176d1f66b3e9d6a7f8607"
}
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