Claim (refund request)
A Claim is a request to Meetch to reimburse a customer for covered loss or policy event in accordance with the contract.
Issue identifier
iss_1234abcUnique reference of the subscription
11223344Subscription's order reference - made on the vendor side
ORD_123ABCClaim's reason
Possible values: <= 30 characters
professional, tickets-theft, insured-corporal-accidentClaim's reason category
Possible values: <= 30 characters
cancellationClaim's comment by the customer
Possible values: <= 255 characters
Possible values: [draft, open, refund, refund_repeal, uncomplete, refused, closed]
Localized status label.
RefundedCreation date of the claim.
Date of the declared issue.
Processing date by an operator. The claim can be marked as accepted or refused.
Amount requested by the customer
Amount refunded
Subscription currency
Possible values: <= 3 characters
Payment mode currency. If different from the subscription currency.
Possible values: <= 3 characters
Refusal reason, in case the claim is refused by an operator
Identifier of the payment mode in order to refund
Associated payment method name
Depending of the insurance contract, it can a full refund, 70% refund or a repeal.
Possible values: [70, 100, repeal]
You can use this parameter to attach any key-value data.
{
"id": "iss_1234abc",
"subscription_reference": 11223344,
"order_reference": "ORD_123ABC",
"reason_key": "professional, tickets-theft, insured-corporal-accident",
"reason_category": "cancellation",
"comment": "string",
"status": "draft",
"status_formatted": "Refunded",
"created_at": "string",
"issue_date": "string",
"processed_at": "string",
"requested_amount": 0,
"refund_amount": 0,
"currency": "string",
"target_currency": "string",
"refusal_reason": "string",
"payment_mode_id": "string",
"payment_mode_method": "string",
"refund_mode_selected": 70,
"additional_data": {}
}