#jovial_guava_12592

1 messages · Page 1 of 1 (latest)

gaunt ivyBOT
pulsar echo
ember elm
#

Hi

#

i've created product and get some code to put in my code

pulsar echo
#

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

ember elm
#

I think i have to add a param "session_id" in my success_url and get it back and in my success page

pulsar echo
#

You can add a query parameter to that URL (?foo=bar) and then read that when redirected after payment

pulsar echo
#

But requires more overhead in your integration to look up the session with the ID and find out what product was bought

ember elm
#

ok I'll try this

pulsar echo
#

Sure, let me know if you need a hand