#daan-paymentintent-events
1 messages · Page 1 of 1 (latest)
daan-paymentintent-events
payment_intent.canceled gets triggered when you call https://stripe.com/docs/api/payment_intents/cancel specifically
payment_intent.payment_failed after a failed payment happens, such as a card decline, a bank debit failing, etc. For iDEAL, it would happen if they deny the transaction with their bank for example
Does payment_intent.payment_failed also get called when creating a card paymentMethod with an invalid card number?
no
creating a PaymentMethod calls https://stripe.com/docs/api/payment_methods/create. If that fails, there's never anything happening to the PaymentIntent