#peter.chai
1 messages · Page 1 of 1 (latest)
In https://dashboard.stripe.com/settings/billing/automatic, you may enable "Send emails to customers to update failed card payment methods", so that an email will be sent to update new payment method in the event of payment failed.
Alternatively, you may also:
- send the customer the invoice URL of the failed invoice; OR
- use customer portal link for update the payment method: https://stripe.com/docs/customer-management/activate-no-code-customer-portal
are we able to send out a chackout session to the customer to update and continue the subscription?
Checkout Session can only be used for initial subscription. To update the payment method details of the existing subscription, above 3 approaches can be used