#max-paymentlink-thankyoupage
1 messages · Page 1 of 1 (latest)
Hello 👋
Not sure if that's possible, let me take a look
Thanks hanzo
Ah okay so if you change the confirmation behavior then you can include the CHECKOUT_SESSION_ID in the redirect URL
https://stripe.com/docs/payments/payment-links#change-confirmation-behavior:~:text=If you redirect,the Checkout Session
You can use that to customize the page
https://stripe.com/docs/payments/checkout/custom-success-page
Are the only options are server side? if I pass {CHECKOUT_SESSION_ID} in the success URL, how can I retrieve information from the success page to send proper analytical data to Facebook and GA?
Are the only options are server side?
do you mean retrieving the checkout information? If so, yes. You can only retrieve the information using your secret API key.
max-paymentlink-thankyoupage
What would you recommend I should do to be able to send the checkout data (ID, value, etc) to 3rd party companies for analytics?
@ebon lark I'm not sure I follow what you mean I'm sorry. Are you a developer writing the whole code?