Custom Confirmation Page

The Tonic checkout is able to redirect to a custom confirmation page after a purchase has been made. This can help keep customers on your site and within your branding. It can also be used for additional conversion tracking or provide additional information to the customer.

Using the custom confirmation page

To be able to use the custom confirmation page you will need to provide the URL of the page to your account manager. They will then be able to provide you with a custom Tonic Ticket Widget configured to use this redirect.

Requirements for the custom confirmation page

  • Your website must be served over HTTPS.

  • Your custom confirmation page will need to be able to accept POST requests.

This is to protect the data which will be included in the redirect.

Data included in the POST request

When Tonic redirects to your custom confirmation page it will include the following data in the POST request as Form Data:

Field
Description
Example

id

The unique id of the purchase/transaction

65fc65c8e256bf016d6d5903

item_id

The unique id of the event

63849384dce13b3294146e83

item_date

The date of the event

2022-06-06T00:00:00

item_name

The name of the event

My Tonic Event

total_cost

The total cost of the purchase

10.8

description

A comma separated summary of what has been purchased

1 x Adult Ticket, 2 x Child Ticket

Last updated

Was this helpful?