OI Payments Docs
API ReferenceAdmin Reconciliation

Run

POST
/api/v1/admin/reconciliation/runs

Query Parameters

period*string

Response Body

*/*

curl -X POST "https://example.com/api/v1/admin/reconciliation/runs?period=2019-08-24"
{
  "data": {
    "period": "2019-08-24",
    "matched": 0,
    "missingInSettlement": 0,
    "missingInternal": 0,
    "amountMismatch": 0,
    "deferred": 0,
    "ledgerBalanced": true
  },
  "meta": {
    "success": true,
    "message": "string",
    "errorCode": "RESOURCE_NOT_FOUND",
    "timestamp": "2019-08-24T14:15:22Z"
  },
  "pagination": {
    "page": 0,
    "size": 0,
    "totalElements": 0,
    "totalPages": 0
  }
}