#instanick-billing-paymentupdate
1 messages · Page 1 of 1 (latest)
instanick-billing-paymentupdate
@stone sentinel that exact page no. But you can use the Customer Portal and do what you need: https://stripe.com/docs/customer-management
If a customer's subscription is in a past_due state, will they be able to update the payment information from there?
yes
OK, great. And when that happens, will Stripe attempt to charge the card immediately?
No, on that page they can update their payment method on file but we won't attempt automatic payment, you'd wait for a future retry, or you can listen to Events on your webhook handler and attempt the payment.
I'd recommend trying all of this in Test mode to familiarize yourself
Great, thank you. We'll dig into the docs but one more question if you don't mind:
When we capture this credit card update event and attempt to charge the card, is it possible to keep the subscription on the original start/end day of the year? Or would this trigger the start of a new subscription?
There's no change to the Subscription itself. What you do is attempt to pay the most recent Invoice
OK, great thanks for your help
sure thing!
if you take feature requests, generating links to the page here would be handy 🙂 https://stripe.com/docs/billing/revenue-recovery/customer-emails#link-to-a-stripe-hosted-page
noted!