#sabsod
1 messages · Page 1 of 1 (latest)
👋 Thanks for reaching out
AFAIK, you can't set a target date, but at the day(10th in your example) you can update the subscription billing_cycle_anchor to now
https://stripe.com/docs/api/subscriptions/update#update_subscription-billing_cycle_anchor
In order to resets the subscription’s billing cycle anchor to the current time
if i can ask u, in your opinion
which scenario required action like that?
just for understand
Not sure I'm understanding your question 100%, but such updated can be while upgrading/downgrading an existing subscription:
https://stripe.com/docs/billing/subscriptions/upgrade-downgrade
if i can, i'll try to explain better. Suppose to subscribe a plan to 1st day of month (like previous example), so customer every 1st day of month pay
for some reason the n payments go in error because no funds enough and restore funds some days later, suppose the 15th
in this scenario, i want to update new billing date to 15 in order to give to customer all month with active service
For do this, i have to update billing cycle anchor?
I think there is no need to update the billing cycle anchor for these case, you can just configure smart retries
https://stripe.com/docs/billing/revenue-recovery/smart-retries if its not already the case
You can manage failed payments in your dashboard also (refer to** Manage failed payments** section)
https://dashboard.stripe.com/settings/billing/automatic
Without changing the billing cycle anchor