Skip to main content
GET
List pending reconciliation transfers

Autorizações

Authorization
string
header
obrigatório

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

Cabeçalhos

X-Organization-Id
string<uuid>
obrigatório

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
padrão:50

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

Intervalo obrigatório: 1 <= x <= 200

Resposta

Pending reconciliation list returned successfully.

items
object[]

Transfers requiring manual reconciliation.

failureConcentration
object[]

Breakdown of failure codes across pending items.

pagination
object

Pagination metadata.