#shra1-invoice-oneoff

1 messages · Page 1 of 1 (latest)

misty eagleBOT
lethal hare
#

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?

outer kayak
#

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 ?

lethal hare
#

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

outer kayak
#

in our case it is only $1,

lethal hare
#

it's the same though $1 or $100 or $10k

outer kayak
#

but we want to collect full amount

lethal hare
#

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

outer kayak
#

is that achievable ?

lethal hare
#

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

outer kayak
#

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.

outer kayak
#

anybody ?

humble shard
#

Apologies for the wait. The server is busy. I'm taking a look now

outer kayak
#

no problem

humble shard
#

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?

outer kayak
#

is this Post collection approach ?

humble shard
#

Yes. This charges at the end of the billing period

outer kayak
#

how do we start this with API, can you please help with relevant docs and examples

humble shard
outer kayak
#

thank you, i'll just look into this and get back if I have any issues

outer kayak
#

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

humble shard
#

You would update the usage to indicate that the Subscription now has 16 instead of 10

outer kayak
#

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)