Reconcile held transfers
POST
/admin/transfers/reconcile
Reconciles held ledger entries against Stripe transfer evidence, backfilling missing audit rows where a real transfer exists. Read-only with respect to money movement. Requires manage_system_settings.
Authorizations
BearerAuth
Authentication is handled automatically via httpOnly session cookies after signing in at /cognito/signin or via Google SSO at /cognito/oauth/google. For Swagger UI testing, paste a JWT token from the /cognito/signin response.
Type
HTTP (bearer)
Responses
Reconciliation result
application/json
JSON
{
"success": true,
"data": {
"checked": 0,
"reconciled": 0,
"skipped": 0,
"errors": 0,
"details": [
{
}
]
}
}