API ReferenceAdmin Reconciliation
Results
Query Parameters
page?integer
size?integer
sortBy?string
order?string
paginate?boolean
mode?string
period?string
status?string
Response Body
*/*
curl -X GET "https://example.com/api/v1/admin/reconciliation/results"{
"data": [
{
"id": 0,
"mode": "string",
"period": "2019-08-24",
"status": "string",
"transactionRef": "string",
"settlementRecordId": 0,
"paymentId": 0,
"paymentReference": "string",
"applicationId": 0,
"expectedAmountMinor": 0,
"settledAmountMinor": 0,
"currency": "string",
"detail": "string",
"createdAt": "2019-08-24T14:15:22Z"
}
],
"meta": {
"success": true,
"message": "string",
"errorCode": "RESOURCE_NOT_FOUND",
"timestamp": "2019-08-24T14:15:22Z"
},
"pagination": {
"page": 0,
"size": 0,
"totalElements": 0,
"totalPages": 0
}
}