Subscription
A Subscription represents the creation of an insurance contract by Meetch issued to a customer.
Identifier of the insurance product.
prod_abc123Meetch reference of the subscription
Possible values: >= 8 characters and <= 12 characters
11223344Order reference made on the vendor side
Possible values: <= 128 characters
ORD_123ABCDate of the order on the vendor side (ISO 8601 preferred)
2024-11-01 17:35Possible values: [active, archived, waiting_payment, incomplete]
ISO 4217 currency code (3 chars)
EUREURBuyer language (en_US, fr_FR, fr). This locale will be used in emails and insurance certificate.
fr_FRThe total cost of the insurance paid by the buyer.
10The total cost of the customer order (insurance + items). This amount is provided for information only and is not used to calculate the refund.
380items object[]required
List of insured items.
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"}Buyer gender
Possible values: <= 10 characters
MBuyer firstname (optional if buyer_company is set)
Possible values: <= 50 characters
JohnBuyer lastname (optional if buyer_company is set)
Possible values: <= 50 characters
DoeBuyer company
Possible values: <= 50 characters
CompanyBuyer email
Possible values: <= 100 characters
example@meetch.ioBuyer phone
Possible values: <= 20 characters
+33601020304Buyer address
Possible values: <= 100 characters
Allée Napoléon IIIBuyer country code (ISO 3166 2 chars)
Possible values: >= 2 characters and <= 2 characters
FRBuyer city
Possible values: <= 50 characters
BourgesBuyer zipcode
Possible values: <= 10 characters
18000Buyer birthdate (ISO 8601)
1979-06-18Creation date (ISO 8601)
You can use this parameter to attach any key-value data.
{"key":"value"}{
"product_id": "prod_abc123",
"reference": 11223344,
"order_reference": "ORD_123ABC",
"order_date": "2024-11-01 17:35",
"status": "active",
"currency": "EUR",
"preferred_locale": "fr_FR",
"insurance_amount": 10,
"order_amount": 380,
"items": [
{
"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
}
],
"buyer_gender": "M",
"buyer_firstname": "John",
"buyer_lastname": "Doe",
"buyer_company": "Company",
"buyer_email": "example@meetch.io",
"buyer_phone": "+33601020304",
"buyer_address": "Allée Napoléon III",
"buyer_country": "FR",
"buyer_city": "Bourges",
"buyer_zipcode": "18000",
"buyer_date_of_birth": "1979-06-18",
"created_at": "string",
"additional_data": {
"key": "value"
}
}