#aazeroes-checkout-fulfillment
1 messages · Page 1 of 1 (latest)
I thought completed had an issue with payments that took time.. maybe i misunderstood
Ah sure but you never mentioned any of this
https://stripe.com/docs/api/events/types#event_types-checkout.session.async_payment_succeeded this is what you use to know when the payment succeeded for async payment methods
payments could take time, or be instantaneous depending on the users choice, so it sounds like i need to handle both
you need to handle both Checkout Events
you should not use payment_intent.succeeded
i see. I wrote all my code wrong. now I have to rework it.. haha
🙂
will i get a checkout.session.succeeded if its an async?
yes, please read https://stripe.com/docs/payments/checkout/fulfill-orders which eplains this in details