In addition to offering full white-labeled ticketing websites, Ticket Evolution offers a hosted a checkout which allows you to send the customer to our hosted site to complete their purchase. The customer remains your customer, but Ticket Evolution will handle all of the complexities of the checkout process including offering additional payment options such as Apple Pay and Google Pay.
Implementing Hosted Checkout
Your Ticket Evolution sales representative will create the hosted checkout at the domain of your choosing. The domain must be different than the one your site uses. Many customers opt to use something like buy.example.com.
Follow our instructions for pointing this new domain to our servers.
When your customer selects tickets on your the link should take them to
https://buy.example.com/checkout/:event_id/:ticket_group_id?quantity=2
checkout.example.com
should be the domain selected for your checkout:event_id
is the ID of the Event:ticket_group_id
is the ID of the ticket group to purchase?quantity=2
Is optional and if included will cart the given quantity of tickets. If omitted a quantity selector will be presented.