Skip to main content
GET
List pending reconciliation transfers

Autorizaciones

Authorization
string
header
requerido

JWT Bearer token authentication. The tenantId is derived from the bearer token or authenticated request context and is not supplied through X-Organization-Id.

Encabezados

X-Organization-Id
string<uuid>
requerido

Midaz organization scope for the request, used for downstream CRM, Fees, and Midaz calls. Required on org-scoped transfer routes in every deployment mode; a missing or non-UUID value returns 400. This is not the tenant identifier — tenantId is derived from the bearer JWT or authenticated context, never from this header. Background workers (TED IN poller, reconciliation) have no request header and, in single-tenant mode, fall back to the deployment's ORGANIZATION_ID env.

Parámetros de consulta

limit
integer
predeterminado:50

Maximum number of records to return (1–200, default 50).

Rango requerido: 1 <= x <= 200

Respuesta

Pending reconciliation list returned successfully.

items
object[]

Transfers requiring manual reconciliation.

failureConcentration
object[]

Breakdown of failure codes across pending items.

pagination
object

Pagination metadata.