Check Token Widget
Check Token API, data yang dikembalikan oleh API digunakan untuk API Penagihan dan Pembayaran.
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 |
Get Check Token
| 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 Get Check Token
{
"data": {
"productCodes": "080003",
"reqId": "20240814011024998",
"trxId": "175082"
},
"pagination": [],
"stat_code": "APP:SUCCESS",
"stat_msg": "Success"
}