Check Token Widget

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

URL Endpoint

Check Token Response

No
Name
Type
Mandatory
Min Length
Max Length
Description

1

includeBill

Boolean

M

1

5

With or Without BillInfo

2

productCodes

Array

M

1

999

3

reqId

String

M

1

100

Request ID generated by App Widget

4

trxId

String

M

1

100

Transaction 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"
}

Last updated