Saltar al contenido principal
GET
/
v1
/
reports
/
contexts
/
{contextId}
/
dashboard
/
cash-impact
Get cash impact summary
curl --request GET \
  --url https://matcher.sandbox.lerian.net/v1/reports/contexts/{contextId}/dashboard/cash-impact \
  --header 'Authorization: Bearer <token>'
{
  "totalUnmatchedAmount": "<string>",
  "byCurrency": [
    {
      "currency": "USD",
      "amount": "<string>",
      "transactionCount": 123
    }
  ],
  "byAge": [
    {
      "bucket": "0-24h",
      "amount": "<string>",
      "transactionCount": 123
    }
  ]
}

Autorizaciones

Authorization
string
header
requerido

Bearer token authentication (format: "Bearer {token}")

Encabezados

X-Request-Id
string

A unique identifier for tracing the request across services.

Parámetros de ruta

contextId
string
requerido

The unique identifier of the reconciliation context.

Parámetros de consulta

date_from
string
requerido

Start date (YYYY-MM-DD)

date_to
string
requerido

End date (YYYY-MM-DD)

source_id
string

Source ID filter

Respuesta

Cash impact summary with currency and age breakdowns

Cash impact summary showing unmatched financial exposure

totalUnmatchedAmount
string

Total unmatched amount across all currencies (decimal string)

byCurrency
object[]

Breakdown by currency

byAge
object[]

Breakdown by age bucket