Skip to main content
GET
List pending reconciliation transfers

Authorizations

Authorization
string
header
required

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

Headers

X-Organization-Id
string<uuid>
required

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.

Query Parameters

limit
integer
default:50

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

Required range: 1 <= x <= 200

Response

Pending reconciliation list returned successfully.

items
object[]

Transfers requiring manual reconciliation.

failureConcentration
object[]

Breakdown of failure codes across pending items.

pagination
object

Pagination metadata.