Payment
API to pay E-Samsat.
Path
| Method | Path |
|---|---|
| POST | api/v1/bill/check |
Request Body
| Attributes | Type | Description | Mandatory |
|---|---|---|---|
| commands | String | Value: pay-pasca | Yes |
| username | String | Your registered phone number | Yes |
| tr_id | Integer | IDSL inquiry ID | Yes |
| sign | String | Signature. Value: md5(username+api_key+tr_id) | Yes |
{
"commands" : "pay-pasca",
"username" : "123123123",
"tr_id" : "24462352",
"sign" : "e4fe9e9c8ba737d6897e7f15bb1380a0"
}
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