#julien_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1377193582519124000
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Thanksfor your help!
๐ happy to help
You mean
- I pay 33โฌ today (3โฌ for may and 30โฌ for june)
- Then I pay 30โฌ on the 5th of July for the period from 1st of July to 30th of July
- Then I pay 30โฌ on the 5th of August for the period from 1st of Aug to 31st of Aug
right?
Yes! Sorry about that
I think that everything stated here is possible using subscription periods, except for the fact that I need to trigger the payment on the 5th instead of the 1st of the month which is the beginning of the period
that's not possible with Stripe
๐ญ
you can use https://docs.stripe.com/billing/subscriptions/billing-cycle#use-billing_cycle_anchor_config to configure the billing cycle to be on the 5th
but that means that billing period would be from the 5th to the 4th
Yes that was my understanding of what was possible
I will see with my client what would be the best sif him considering these limitations
Do you know why this is impossible? Is it just that the feature is not developed or is there more to it?
Because I think that this feature would be convenient for many use cases
yes that's correct
I agree, and I will convey your feedback to the product team
Great ๐ Have a good day!
Especially since this feature is available for manual payments
the thing is, we normally use due_dates to give the customers a way to pay the invoice on a separate date than the period start
but that wouldn't give you the exact behavior you're looking for
I'm not sure what you mean
I saw in the documentation that the parameter days_until_due exists for invoices but only if the charge is not automatic
And this is not possible for invoices charged automatically through subscriptions right?
yes that's what I suggested above
correct
And what you suggest here don't apply for invoices generated through subscriptions right?