We want to use the stripe integration but need more functional control over the re-direct page the customer sees after paying. Currently we use a custom form that collects booking info AND payment. We would love our customers to be able to pay via stripe through their TW itinerary however without any integration with zapier (to register payment and automatically send them the booking form) or a way to control what the customer sees after payment (and redirect them to complete our booking form) - please see email sent to support about this below:
According to Stripe, the redirect URL is controlled by the success_url parameter when creating a Checkout Session. Since TourWriter creates these sessions through your integration, this needs to be configured on your end.
What I need:
The ability to set a custom success_url so customers are redirected to a custom URL
Possible solutions:
Add a setting in TourWriter where I can specify a custom redirect URL for successful payments
Manually update the success_url parameter in your Stripe integration code for our account to point to the Jotform URL above
This is a standard Stripe Checkout feature, and the redirect happens automatically after payment. I've confirmed with Stripe that this must be configured where the Checkout Session is created (in your integration code), not in Stripe's dashboard.