1. Perform Reconciliation
The Perform Reconciliation service retrieves daily figures from your system and returns whether the reconciliation was successful as a response.
Last updated
{
"Date": "2024-05-07",
"TotalCount": 4,
"TotalAmount": 46.00,
"SuccessfulCount": 0,
"SuccessfulAmount": 0.00,
"UnsuccessfulCount": 1,
"UnsuccessfulAmount": 13.00,
"RefundCount": 0,
"RefundAmount": 0.00,
"PartialRefundCount": 0,
"PartialRefundAmount": 0.00,
"CancelCount": 0,
"CancelAmount": 0.00
}// Soon// Soon// Soon// Soon// Soon// Soon// Soon// Soon{
"ErrorCode": 0,
"Result": true,
"Message": "Reconciliation result is success",
"Body": {
"IsReconciled": true,
"IsSaved": true,
"ExistsReconciliation": false,
"OperationDateTime": "2024-06-07T20:11:55.3150056+03:00",
"ReconciliationDate": "2024-06-07T20:11:55.3160313+03:00",
"Merchant": {
"TotalCount": 4,
"TotalAmount": 46.00,
"SuccessfulCount": 0,
"SuccessfulAmount": 0.00,
"UnsuccessfulCount": 1,
"UnsuccessfulAmount": 13.00,
"RefundCount": 0,
"RefundAmount": 0.00,
"PartialRefundCount": 0,
"PartialRefundAmount": 0.00,
"CancelCount": 0,
"CancelAmount": 0.00
},
"Paywall": {
"EndOfDayId": 3417,
"TotalCount": 4,
"TotalAmount": 46.00,
"SuccessfulCount": 0,
"SuccessfulAmount": 0.00,
"UnsuccessfulCount": 1,
"UnsuccessfulAmount": 13.00,
"RefundCount": 0,
"RefundAmount": 0.00,
"PartialRefundCount": 0,
"PartialRefundAmount": 0.00,
"CancelCount": 0,
"CancelAmount": 0.00
}
}
}