#shra1-invoice-oneoff
1 messages · Page 1 of 1 (latest)
shra1-invoice-oneoff
Hello @outer kayak I'm sorry but I don't see what this could mean. If you create an Invoice manually, we will attempt payment for that Invoice now, not later when the next cycle comes in. What are you really trying to do?
what i'm trying to do is,
my customer will subscribe for X number of seats for monthly period. and in between the next billing cycle if number increases i'll update the subscription without any prorations, since i'm plannig to charge full amount for newly increased number by generating Invoice, now can I generate this Invoice and make its payment collection when stripe auto collects for recuring bill ?
that doesn't really make sense
why would you disable proration?
like I pay $10 on Oct 1st, and on Oct 30 I decide to add a second person and now I pay $20 when that second person only used a day of the month? It doesn't really add up as a business model
in our case it is only $1,
it's the same though $1 or $100 or $10k
but we want to collect full amount
sure but I'm saying it doesn't make sense
obviously it's your business model, but as a customer, I'd never use you at least
is that achievable ?
I'm sorry I still barely grasp what you are trying to do. If you could give a clear example of what is paid when that would help
okay here we go, let's assume John subscribes for 10 seats(monthly) for his team on 1st March,
in between 1st march to 1st april, his team might keep increasing, so we will keep the count of increased members of team in our database, let's assume count as 6.
and we have enabled susbcription schedule trigger a day just before next Auto collect, so that we can generate invoice for 6 added members and collect payment for the invoice aswell along with recurring payment(tell me if this is possible ?).
and we'll also update the subscription quantity to 16. and we'll reset the count(6) to 0 so that invoice is not generated again unless new members are added.
anybody ?
Apologies for the wait. The server is busy. I'm taking a look now
no problem
and we have enabled susbcription schedule trigger a day just before next Auto collect, so that we can generate invoice for 6 added members
Why would you use a Subscription Schedule for this? Why not simply use a metered billing subscription plan and charge in arrears based on total number of seats?
is this Post collection approach ?
Yes. This charges at the end of the billing period
how do we start this with API, can you please help with relevant docs and examples
I would start here: https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements
Once you have a Subscriptions model set up this way, then it's not too hard to modify it so that it follows this usage-based guide: https://stripe.com/docs/products-prices/pricing-models#usage-based-pricing
thank you, i'll just look into this and get back if I have any issues
guide me here, now my customer starts subscription(by making payment) with 10 users for example, and 6 new users are added in between,
how to collect the full charge for these 6 new users added
You would update the usage to indicate that the Subscription now has 16 instead of 10
yeah i'll update that, but it'll only collect payment for 16 users for next cycle,
and in previous cycle when ever they have joined in between, they'll be charged nothing(technically they'll have used the application free for some x, y, z number of days respectively)