POST {{url}}/recharge-transaction-log
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"data": [
{
"id": "42978",
"transactionDate": "2020-11-08 16:34:30",
"amount": "10000",
"note": "Balance added by xceltext."
},
{
"id": "42513",
"transactionDate": "2020-11-07 08:35:02",
"amount": "300",
"note": "Balance added by xceltext."
},
{
"id": "17568",
"transactionDate": "2020-11-05 07:27:16",
"amount": "12000",
"note": "Balance added by xceltext."
},
{
"id": "6276",
"transactionDate": "2020-07-09 17:39:10",
"amount": "20050",
"note": "Balance added by xceltext."
},
{
"id": "5652",
"transactionDate": "2020-07-08 17:57:53",
"amount": "525",
"note": "Balance added by xceltext."
},
{
"id": "2640",
"transactionDate": "2020-03-22 13:15:56",
"amount": "125",
"note": "Balance added by xceltext."
}
],
"page": 1
} |
ENDPOINTS