#mindsetinmeta
1 messages ยท Page 1 of 1 (latest)
Are you referring to Checkout Session?
yes
Yep, checkout can't be failed and it can only be completed or expired in general. No extra handling of payment failure is required. There's only one exception with payment using asynchronous payment method that your server should handle checkout.session.async_payment_failed or checkout.session.async_payment_succeeded events: https://stripe.com/docs/payments/checkout/fulfill-orders#delayed-notification
async payments only apply to bank transfers, right?
You may refer to doc link above for the async payment method lists
Not only bank transfers, some of them are non-bank transfers such as Konbini (payment via convenience store)
thanks
No problem! Happy to help ๐
๐