#emma-Subscription
1 messages ยท Page 1 of 1 (latest)
Hi there, you can specify the day of the month for subsequent invoices by using billing_cycle_anchor https://stripe.com/docs/api/subscriptions/object#subscription_object-billing_cycle_anchor
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I would like to charge all customers on the same day of the year, NOT the same day of the month. Is that possible? ๐
Yes that's possible
How? Do you have team members that can set this up for me?
You can refer to this doc https://stripe.com/docs/billing/subscriptions/billing-cycle#new-subscriptions for the detailed usage of billing_cycle_anchor, you can use this param to create a new subscription, or update existing ones.
so if you want the invoice to happen on June 1, you can se the billing_cycle_anchor to 1654041600, which is the epoch equivalent of June 1 2022 0:0:0 UTC
Do you have experts that can implement this? Or know of a developer I could hire?