Skip to main content

Create a new claim from a policy

POST 

/v1/claims

Make a request to create a claim for a policy on our platform

Request

Body

Details of the claim to be created

    policy_number stringrequired

    The policy number you want to create a claim for

    amount numberrequired

    The claim value

    attachments integer[]required
    payment_details objectrequired

    To settle the claim, we will deposit the claimed amount to this account

    bank_name string
    account_number string
    sort_code integer

    Six digits bank sort code

    child_partner_id string

    If you are creating this claim for a child partner, add the partner key to the request

Responses

Created

Schema
    claim object

    Claim

    id integer

    The unique ID of the claim

    status string

    Current status of the claim

    policy object

    Policy

    id integer

    The unique ID of the policy

    number string

    The policy number

    description string

    The description of the policy

    start_date date

    The start date of the coverage

    end_date date

    The end date of the coverage

    status string

    Current status of the policy

    amount_requested string

    The amount requested when creating a claim

    amount_approved string

    The amount approved for the claim

    currency string

    The currency of the amount

    created_at date

    The date and time the claim was created

Loading...