#jovial_guava_12592
1 messages · Page 1 of 1 (latest)
When you say buttons, what exactly are you using? Buy button? https://stripe.com/docs/payment-links/buy-button
Ok, sounds like buy button I linked above
Hmmm, let me think. My best solution would be to leverage the redirect URL that you configure when you create the associated Payment Link
I think i have to add a param "session_id" in my success_url and get it back and in my success page
You can add a query parameter to that URL (?foo=bar) and then read that when redirected after payment
But requires more overhead in your integration to look up the session with the ID and find out what product was bought
ok I'll try this
Sure, let me know if you need a hand