Fee Query
This API for Setel to get the real-time parking session amount.
Example request
Request header
To be defined by the vendor.
Request query
| Query | Type | Description |
|---|---|---|
session_id | string | Setel session ID |
Example response
{
"data": {
"sessionId": "01XXXXX777ZZZBBBCCCCDDDD1",
"licensePlate": "VCC4980",
"amount": 8.00
}
}| Variable | Type | Description |
|---|---|---|
data.sessionId | string | Setel session ID. |
data.licensePlate | string | Vehicle plate number for the queried session. |
data.amount | float | Final payable amount in MYR. Rounded up to 2 decimal places. |
Updated 4 months ago
Did this page help you?
