Order paid timestamp in ISO UTC.
Site language when Order initiated
Notifications silenced for this domain event.
Locale in which Order was created.
Event ID.
Unique order number.
Reservation ID associated with this order.
Contact ID associated with this order.
Member ID associated with this order.
Order created timestamp
Buyer first name.
Buyer last name.
Buyer email address.
Checkout form response.
Order status.
Payment method used for paid tickets purchase, i.e. "payPal", "creditCard", etc.
Tickets (generated after payment).
Invoice.
The data payload will include the following as an encoded JWT:
{
"data": {
"eventType": "wix.events.v1.order_order-paid",
"instanceId": "<app-instance-id>",
"data": "<stringified-JSON>",
// The identity field is sent as a stringified JSON
"identity": {
"identityType": "<identityType>", // ANONYMOUS_VISITOR, MEMBER, WIX_USER, APP
"anonymousVisitorId": "<anonymousVisitorId>", // in case of ANONYMOUS_VISITOR
"memberId": "<memberId>", // in case of MEMBER
"wixUserId": "<wixUserId>", // in case of WIX_USER
"appId": "<appId>" // in case of APP
}
}
}
{
"timestamp": "2020-04-28T12:24:29.768Z",
"eventId": "566e7be9-1410-4095-ae7a-349a4ac95c6b",
"orderNumber": "FMXC-BZG3-OT"
}