Returns checkout meta data used in checkout UX.
Whether any payment method is configured and available for payment.
Whether coupons are accepted at checkout.
Whether premium services are enabled. Enabled for free if site does not sell any paid tickets. Selling tickets for a fee requires a premium feature "events_sell_tickets".
Whether there are any paid tickets available for sale.
Whether gift cards are accepted at checkout.
curl -X GET 'https://www.wixapis.com/events/v1/checkout/options' \
-H 'Authorization: <AUTH TOKEN>'
{
"paymentMethodConfigured": true,
"acceptCoupons": true,
"premiumServices": true,
"paidTickets": true
}
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.