#hash-bolt_webhooks
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1343907728187199511
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there!
if you are using Checkout Session, you should listen tocheckout.session.completed. when you get that event, it means that the payment was successful.
I cant find right now, but somewhere in doc I read, at the time of Checkout Session success, payment could still be in progress
does checkout.session.completed guarranty of successful payment?
or could it be a payment failure, but the user complete the session?
does checkout.session.completed guarranty of successful payment?
yes, except if you are using async payment method. in this case you would receivecheckout.session.async_payment_succeeded
I recommend reading this guide that cover all of this: https://docs.stripe.com/checkout/fulfillment?payment-ui=stripe-hosted#create-payment-event-handler