#adventurous_dove_77866
1 messages · Page 1 of 1 (latest)
https://docs.stripe.com/payments/sepa-debit/accept-a-payment?platform=web#test-integration
The PaymentIntent status transitions from processing to requires_payment_method.
Those IBANs should trigger a .payment_failed event
although it is written that it triggers different events?
"The PaymentIntent status transitions from processing to requires_payment_method after three minutes."
No that's the status it'll transition to after the initial payment fails
You should get a payment_intent.payment_failed event
coo. thanks!