Order Confirmed


Note: When building a self-hosted app, implement your own webhook endpoint to receive and process incoming webhook payloads. Learn more about webhooks.
Permissions
Read Basic Events Order Info
Learn more about app permissions.
Event BodyEvent Body Event data is received as a JSON Web Token (JWT). It may be delayed. Be sure to verify the data was sent by Wix.
Event Data
checkoutFormFormResponse

Checkout form response.


contactIdstring

Contact ID associated with the order.


createdstringRead-onlyformat date-time

Date and time the order was created.


emailstring

Buyer email address.


eventIdstringformat GUID

Event ID to which the order belongs.


firstNamestring

Buyer first name.


invoiceInvoice

Invoice.


languagestringformat LANGUAGE

Site language when the order was initiated.


lastNamestring

Buyer last name.


localestringformat LANGUAGE_TAG

Locale in which the order was created.


memberIdstringformat GUID

Member ID associated with the order.


methodstring

Payment method used for paid tickets purchase, i.e. "payPal", "creditCard", etc.


orderNumberstring

Unique order number.


reservationIdstring

Reservation ID associated with the order.


silentboolean

Notifications silenced for this domain event.


statusstring

Order status.


ticketsArray <Ticket>

Tickets (generated after payment).


timestampstringformat date-time

Date and time the order was confirmed.


Did this help?