#thisisjohn - subscription payment failure
1 messages · Page 1 of 1 (latest)
Lots of things can happen. There is a lot of detail about this in the docs here:
https://stripe.com/docs/billing/subscriptions/overview#settings
You can use Stripe's automatic collection/dunning to try to retry/recollect payment details:
https://stripe.com/docs/invoicing/automatic-collection#failed-payments
You can get webhook events and manage this yourself:
https://stripe.com/docs/billing/subscriptions/webhooks#payment-failures
You can use the customer portal to get new payment details:
https://stripe.com/docs/billing/subscriptions/integrating-customer-portal
Does that help you to take some next steps for your integration?