Update a claim

patch
/claims/{claim_id}

Updates the note, contact email, or shipping address for a claim.

claim_id
string
required

The unique identifier of the claim.

Examples:
102a899f79c82422c99b1fdc417e01010
note
string

Merchant-facing note attached to the claim. Maximum length is 2000 characters.

<= 2000 characters
contact_email
string

The claim-level contact email.

shipping_address
PatchClaimShippingAddress

The shipping address update payload. If this parameter is provided, pass the complete shipping_address object. The response returns the normalized shipping_address resource.

first_name
string

The recipient first name.

last_name
string
required

The recipient last name.

address_line_1
string
required

First line of the street address.

address_line_2
string

Second line of the street address.

city
string
required

The city, town, or village.

state
string

The state, province, or region.

country
string
required

The address country/region in ISO 3166-1 alpha-3 format.

Example:
USA
postal_code
string
required

The postal code of the address.

phone_number
string

The recipient phone number.

Auth
:
Parameters
:
Body
preparing...