#marcelootero

1 messages · Page 1 of 1 (latest)

tired pineBOT
hasty pollen
#

You can listen for the checkout.session.completed event and notify Salesforce from there

toxic mulch
#

How would I listen for that event? Does that event fire in the Stripe hosted checkout page? What about using the success_url instead, is that ideal? Just trying to better understand the possibilities, thanks!

hasty pollen
#

Generally we don't recommend solely relying on the success URL because it's always possible a user closes the page before the redirect to the success page is complete

toxic mulch
#

thank you very much, that makes sense!