#sabsod
1 messages · Page 1 of 1 (latest)
hi! Stripe has no way to know when a customer has "added funds" to a debit card or so on.
If a payment fails on a recurring invoice then the settings you have configured on https://dashboard.stripe.com/settings/billing/automatic to retry payments after e.g. 1/3/5 days take effect
https://stripe.com/docs/invoicing/automatic-collection
when the funds are added now webhook will be trigger for subscription?
maybe try to make a charge succeded
we send webhooks for the actions as normal yep
yes ok, i just want to know if when occur this scenario can be change day of payment of subscription
i mean, in happy path scenario, i always have a fund, so i pay every 30 days (suppose the first day of month). When occurred scenario that i described may the payment date change from 1st to 10th day of month?
sorry if i do dumb question, but i have to be sure 🙂
the payment date doesn't change no, the billing period stays the same
it's just that the invoice payment happens a few days later
so e.g. you might have a successful retry on the 5th, the next invoice is still the 1st of next month, and the 1st of the month after that and so on
thank you so much!! You have been very helpful