Search / List
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"status": "success",
"data": [
{
"id": 1,
"amount": 500,
"fee": null,
"status": "completed",
"system_type": "wallet-fund",
"source": "card",
"source_id": 810,
"dest": "wallet",
"dest_id": 1,
"ref": null,
"flutterResponseMessage": null,
"flutterResponseCode": null,
"flutterReference": null,
"linkingReference": null,
"disburseOrderId": null,
"createdAt": "2016-11-23T14:34:50.000Z",
"currencyId": 1,
"walletCharged": null,
"refund": null,
"reversed": null
},
{
...
},
{
"id": 432131,
"amount": 10,
"fee": 25,
"status": "failed",
"system_type": "wallet-disburse",
"source": "wallet",
"source_id": 331,
"dest": "beneficiary",
"dest_id": null,
"ref": null,
"flutterResponseMessage": "Not enough wallet balance",
"flutterResponseCode": "CF",
"flutterReference": null,
"linkingReference": null,
"disburseOrderId": 38684,
"createdAt": "2017-08-10T06:54:42.000Z",
"currencyId": 3,
"walletCharged": null,
"refund": null,
"reversed": null
}
],
"meta": {
"count": 500,
"page": 1,
"limit": 100
}
}Last updated