Approve match

POST/api/v1/reconciliations/{reconciliation_id}/matches/approve

Approve a transaction match.

Path Parameters:

  • reconciliation_id: UUID of the reconciliation

Request Body:

  • statement_txn_id: Statement transaction ID to match (required)
  • ledger_txn_ids: Array of ledger transaction IDs to match (required)

Note: Can approve AI-suggested matches or create manual matches.

Returns: Updated reconciliation with approved match.

Operation ID: approve_match_api_v1_reconciliations__reconciliation_id__matches_approve_post·View as markdown·OpenAPI slice

Authentication

Bearer token authentication. Pass your DayZero API token in the Authorization header and the target business UUID in x-business-id.

Parameters

Path

reconciliation_idstringrequired

Request body

statement_txn_idstringrequired

Statement transaction ID

ledger_txn_idsarray · stringrequired

Ledger transaction IDs to match

Responses

201Successful Response

successboolean
messagestring
codestring
dataApproveMatchResponse

422Validation Error

detailarray · ValidationErrorValidationError
5 fields
locarray · string | integerrequired
msgstringrequired
typestringrequired
inputobject
ctxobject