#marcelootero
1 messages · Page 1 of 1 (latest)
You can listen for the checkout.session.completed event and notify Salesforce from there
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!
You'll want to check out this page (https://stripe.com/docs/payments/checkout/fulfill-orders)
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
thank you very much, that makes sense!