#daan-paymentintent-events

1 messages · Page 1 of 1 (latest)

undone frigateBOT
astral sonnet
#

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

shadow sonnet
#

Does payment_intent.payment_failed also get called when creating a card paymentMethod with an invalid card number?

astral sonnet
#

no