#dragon.frost
1 messages · Page 1 of 1 (latest)
hi! depends really , but SetupIntents don't charge the card so that seems normal.
So let's say I've created a customer that has a payment linked to them, and they are subscribed to a plan. The card will attempt to charge the customer on when the trial ends. Let's say the card is blocked/invalid when the stripe is trying to charge the card, how do we go about handling this properly?
you receive an invoice.payment_failed webhook event. If you want you can email the customer. Stripe also has retries, and some settings for handling this. See https://stripe.com/docs/billing/subscriptions/webhooks#payment-failures .