#SuperFedz
1 messages · Page 1 of 1 (latest)
👋 happy to help
you can create a monthly subscription and change the quantity each month to be equal to the number of days in the month
Oh awesome! Let me take a look.
Where do i configure this? is it api calls only or can i do it through the dashboard?
you have a couple of ways of doing that, either do a subscription schedule and plan for the whole year, or you can do it reactively and each month update the quantity
I'll see what i can do.
Ideally i'd like the ability to charge daily but just manually trigger the payment on a monthly basis.
I may have to create some sort of algorithm on our system to do this dynamically through metadata. I'll crack on, I'll let you know if i have any issues.
you have another way of doing so as well which is metered prices
where you can use usage_record as the quantity
and instead of changing the quantity of the price you would change the usage_record and set it to the number of days in the month
that would be I guess the best way to solve your issue