#jack-billing-testclocks
1 messages · Page 1 of 1 (latest)
in actual flow it will actaul date right?
Correct, in the actual flow it will be the actual date.
Do you need further help with testing? Or did you just want to confirm that this is expected to happen with test clocks?
yeah one more thing
if user payment failed and the retry fails too
how will user renew his subscription
lets say his card no longer works
You have a couple of options. There is a setting that tells Stripe to automatically reach out to your user to collect new info. You can also reach out to the user yourself and direct them to a page on your site where you collect new payment info.
There are also settings for how Stripe should retry the payment on the same payment method
which setting in which stripe reaches out itself
also we will sedn mail to user but how will user know how to pay now
jack-billing-testclocks
https://stripe.com/docs/invoicing/send-email might be a good read
also what does this setting do
Create an event for upcoming invoices 30 days before a subscription renews
When this is enabled, we generate an invoice.upcoming Event that is sent to your webhook endpoint, that lets you do custom things like email the customer yourself for their next invoice
do we have to pay extra for using stripe email functionality mentioned here
https://stripe.com/docs/invoicing/send-email
no