Check Token Widget
Check Token API, data returned by API is used for Billing and Payment API’s.
URL Endpoint
Environment | Method | URL |
---|---|---|
Development | GET | https://devo.finnet.co.id/v1/widget/check/:token |
Production | GET | https://live.finnet.co.id/v1/widget/check/:token |
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 | List Of Biller |
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"
}