Process a claim

post
/claims/{claim_id}/process

Processes an approved claim and returns the updated Claim resource. Allowed source status: approved.

claim_id
string
required

The unique identifier of the claim.

Examples:
102a899f79c82422c99b1fdc417e01010
notify_customer
boolean

Whether to notify the customer about the claim processing update.

items
array[object]
required

Claim items to process.

id
string
required

The unique identifier of the claim item.

resolution_method
string
required

The public resolution method to apply to this item.

Allowed values:
repair_itemreplace_itemsend_repair_kitissue_store_creditother
process_item_details
string or null

Optional merchant-facing processing note. Maximum length is 1000 characters.

<= 1000 characters
replacement_order
object

Replacement order payload for replace_item or send_repair_kit resolutions. Use a store returned by the match-resolution endpoint.

store_credit
object

Store credit payload for issue_store_credit resolution. Use a store returned by the match-resolution endpoint when store selection is required.

Auth
:
Parameters
:
Body
preparing...