#Fadi-payment-intent-failed
1 messages ยท Page 1 of 1 (latest)
Okay, when this event is sent to my server?
I mean if the user entered their card info and submitted, for some reason the card is declined --> Stipe sends two events?
requires_payment_method and payment_failed
?
I don't get it
according to this page:
https://stripe.com/docs/payments/intents#intent-statuses
Stripe sends requires_payment_method if the payment is failed
requires_payment_method is a status
I don't think there's a specific event for that
requires_action has an event
oh, so it sends payment_failed if the status after the payment fails is: requires_payment_method
this is the only way right?
yup as after one payment method fails, you'd need to collect another one from your customer
yup ๐