#mindsetinmeta

1 messages ยท Page 1 of 1 (latest)

dusk chasmBOT
cobalt basalt
#

Are you referring to Checkout Session?

cursive stream
#

yes

cobalt basalt
#

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

cursive stream
#

async payments only apply to bank transfers, right?

cobalt basalt
#

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)

cursive stream
#

thanks

cobalt basalt
#

No problem! Happy to help ๐Ÿ˜„

cursive stream
#

๐Ÿ‘