Order Paid


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
checkoutFormCheckoutForm

Checkout form response.


contactIdstringmaxLength 36

Contact ID associated with this order.


createdstringRead-onlyformat date-time

Date and time the order was created.


emailstringmaxLength 255

Buyer email address.


eventIdstringformat GUID

Event ID to which the order belongs.


firstNamestringmaxLength 255

Buyer first name.


invoiceInvoice

Invoice.


languagestringformat LANGUAGE

Site language when the order was initiated.


lastNamestringmaxLength 255

Buyer last name.


localestringformat LANGUAGE_TAG

Locale in which the order was created.


memberIdstringformat GUID

Member ID associated with this order.


methodstringmaxLength 255

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


orderNumberstring

Unique order number.


reservationIdstring

Reservation ID associated with this order.


silentboolean

Notifications silenced for this domain event.


statusstring

Order status.


ticketsArray <Ticket>maxItems 50

Tickets (generated after payment).


timestampstringformat date-time

Date and time the order was paid.


Did this help?