#Wally - Checkout Links
1 messages · Page 1 of 1 (latest)
Hi! Yes thanks
Just to confirm, you are talking about our Payment Links?
https://stripe.com/docs/payments/payment-links/overview
On My question 1 yes!
What are you using in other questions? You start with the phrase "checkout links" so I want to make sure I have the correct product in mind
For Q1. You can specify a redirect URL in the after_completion property when creating a Payment Link:
https://stripe.com/docs/api/payment_links/payment_links/object#payment_link_object-after_completion-redirect-url
It seems like you need some sort of customer tracking in your integration. In this case I think your best bet is to actually listen for webhook events.
Completing a Payment LInk generated checkout session will fire 5 events. The one you want to listen for is payment_intent.succeeded
This will indicate the user has successfully paid and the data returned will provide you the amount they paid as well as the email address collected
Amazing
thank you
Is there a way I can integrate this on Manychat?
I am not using the manychat integration since checkout is only in english and my customers speak spanish
After this page, redirect them to a link?
I am not aware of ManyChat. You can redirect your customers, as I said, by providing that information when you create the Payment LInk