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

QueryTypeDescription
session_idstringSetel 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.