Item
An Item is directly attached to a subscription. It represents an insured object that can be reimbursed by the insurance company.
Properties event_* and holder_* are useful for event cancellation insurance only.
Number / unique reference / ticket barcode
Possible values: <= 128 characters
123456789Description of the item (eg. Cat, Localization etc)
Possible values: <= 50 characters
Gold TicketUnit price of the item
380Insured amount, if different from price.
Refundable amount for this item.
The insurance amount paid by the buyer for this item. Optional in case of global subscription calculation
Discount applied to the insurance amount.
Existing event ID. You don't need to specify other event_ properties.
Event name / Hotel name
Possible values: <= 100 characters
Best Band LiveEvent start date (ISO 8601)
2026-02-12T15:19:21+00:00Event end date (ISO 8601)
2026-03-12T15:19:21+00:00Event address
Possible values: <= 100 characters
5 rue du Somewhere 5th Arr.Event zipcode
Possible values: <= 10 characters
75005Event city
Possible values: <= 50 characters
ParisEvent location, place name, precision (e.g Accor Hotel Arena, Staples Center)
Possible values: <= 50 characters
Théatre St MartinEvent type (concert, festival, show...)
Possible values: <= 30 characters
concertEvent tour
Possible values: <= 50 characters
ISO 3166 country code (2 chars)
Possible values: <= 2 characters
FRName of the item holder
Possible values: <= 50 characters
Patrick SmithEmail of the item holder
Possible values: <= 100 characters
patrick-smith@exemple.comBirthdate of the item holder (YYYY-MM-DD)
1964-01-29You can use this parameter to attach any key-value data.
{"key":"value"}{
"label": "Gold Ticket",
"number": 123456789,
"event_name": "Best Band Live",
"event_date_start": "2026-02-12T15:19:21+00:00",
"event_date_end": "2026-03-12T15:19:21+00:00",
"event_place": "Théatre St Martin",
"event_zipcode": "75005",
"event_address": "5 rue du Somewhere 5th Arr.",
"event_city": "Paris",
"event_country": "FR",
"event_type": "concert",
"insurance_amount": 5,
"price": 100
}