Reconcile
Reconcile transactions
{
"StartDate": "2024-12-01T00:00:00.000Z",
"EndDate": "2025-01-01T00:00:00.000Z",
"qType": "CARD"
}{
"ReconcileResult": {
"ErrCode": 0,
"ErrMsg": "",
"FunctionOk": true,
"NumRecords": 1,
"RespMsg": "Successfully Returned Transaction Records : 1",
"Transactions": [
{
"AMOUNT": 10,
"CreatedOn": "2024-12-01T11:19:01.000Z",
"Origin": "API",
"TxID": -1,
"TxSTATUS": "OPEN"
}
]
}
}Last updated
Was this helpful?