Skip to main content
POST
Dismiss duplicate match

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-finops-version
string<date>
required
x-organization-id
string<uuid>
required

The ID of the entity that owns the requested resource.

Example:

"9d2b4c8f-2087-4738-ba91-7359683c49a4"

Path Parameters

duplicate_id
string<uuid>
required
payable_id
string<uuid>
required

Response

Successful Response

id
string<uuid>
required

Unique ID of the duplicate match.

created_at
string<date-time>
required
updated_at
string<date-time>
required
matched_payable_id
string<uuid>
required

The other bill of the pair.

payable_id
string<uuid>
required

One bill of the pair - the one the match was detected on.

status
enum<string>
required

Review status of the match: suspected - awaiting review, dismissed - marked as not a duplicate, confirmed - confirmed as a duplicate. Dismissed and confirmed are final.

Available options:
suspected,
dismissed,
confirmed
resolved_at
string<date-time> | null

When the match was dismissed or confirmed.

resolved_by_user_id
string<uuid> | null

Entity user who dismissed or confirmed the match. Null while the match is suspected, and for verdicts made with a partner access token. Use status and resolved_at to tell whether the match is resolved.