Inquiry
API to inquiry Member Church Offerings.
Path
| Method | Path |
|---|---|
| POST | api/v1/bill/check |
Test Case
| Code | Number | Response |
|---|---|---|
| MEMBER.IAK_Church-Perpuluhan_2022 | 180000 | Success |
| MEMBER.IAK_Church-Perpuluhan_2022 | 180001 | Inquiry - Invoice Has Been Paid |
| MEMBER.IAK_Church-Perpuluhan_2022 | 180014 | Inquiry - Incorrect Destination Number |
| MEMBER.IAK_Church-Perpuluhan_2022 | 180103 | Inquiry - Time Out |
| MEMBER.IAK_Church-Perpuluhan_2022 | 181037 | Payment - Payment Failed |
| MEMBER.IAK_Church-Perpuluhan_2022 | 181039 | Payment - Pending / transaction in process |
| MEMBER.IAK_Church-Perpuluhan_2022 | 181105 | Payment - MISC Error / Biller System Error |
| MEMBER.IAK_Church-Perpuluhan_2022 | 18XXXX | 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 | Custom Denom payment code | Yes |
| ref_id | String | Your order number / reference ID ( must unique ) | Yes |
| sign | String | Signature. Value: md5(username+api_key+ref_id) | Yes |
| desc | Obejct | Product description | Yes |
| desc.amount | Integer | Custom nominal amount | Yes |
{
"commands" : "inq-pasca",
"username" : "123123123",
"code" : "MEMBER.IAK_Church-Perpuluhan_2022",
"hp" : "180000",
"ref_id" : "0897654321",
"sign" : "6c6a046a14c444e44cfab5e4bbb01b01",
"desc" : {
"amount" : 10000
}
}
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