Reject match

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

Reject/remove an approved match.

Path Parameters:

  • reconciliation_id: UUID of the reconciliation

Request Body:

  • statement_txn_id: Statement transaction ID to unmatch (required)

Note: Removes the match from committed matches, allowing re-matching.

Returns: Updated reconciliation with match removed.

Operation ID: reject_match_api_v1_reconciliations__reconciliation_id__matches_reject_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 to unmatch

Responses

201Successful Response

successboolean
messagestring
codestring
dataRejectMatchResponse

422Validation Error

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