Update claim
Update the dispute / fulfilment flags of a claim, or relink it to a customer for partner revenue sharing. All fields are optional — only send the fields you want to update.
State is read-only on the public API. The lifecycle state of a
claim — collection_stage, submission_state and status — is
driven by the internal collection workflow and cannot be changed by
API customers. Sending any of those fields returns 400 Validation failed.
Financial and metadata fields are not writable via the public API. To manage invoices, use the nested invoice endpoints:
POST /openapi/claims/:claim_id/invoicesGET /openapi/claims/:claim_id/invoices
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
UUID of the claim to update