Skip to main content

Check Token Widget

Check Token API, data returned by API is used for Billing and Payment API’s.

URL Endpoint

Check Token Response

NoNameTypeMandatoryMin LengthMax LengthDescription
1 includeBillBooleanM15With or Without BillInfo
2 productCodesArrayM1999List Of Biller
3 reqIdStringM1100Request ID generated by App Widget
4 trxIdStringM1100Transaction ID generated by App Widget

Sample Check Token Response

{
"data": {
"includeBill": "false",
"productCodes": "010001",
"reqId": "20240830151558844",
"trxId": "206947"
},
"pagination": [],
"stat_code": "APP:SUCCESS",
"stat_msg": "Success"
}