#sabbir_bhuiyan

1 messages · Page 1 of 1 (latest)

ornate islandBOT
cosmic wing
visual storm
cosmic wing
#

Got it. Then you should follow the guide to build a flat-rate subscription integration. When there's a need to add ad-hoc charges, you should add in the charges as invoice items when you handle invoice.created events

ornate islandBOT
visual storm
#

Can I make some kind of api call from my app to add charges for the extra users to the existing base subscription?

#
Base Plan (Flat Fee): $125 per month.
Per-User Fee: $10 per user per month.
Team Pro Plan
Base Plan (Flat Fee): $200 per month.
Per-User Fee: $15 per user per month.

The pricing will look something like this.
Can you kindly tell me the best approach?

reef iron
#

If the user added per 2 additional user on the team basic plan, are you expecting to charge flat fee + 2 x per user fee in the future cycles too?

For example, $125 + $10*2 = $145 for the next few months?

visual storm
# reef iron If the user added per 2 additional user on the team basic plan, are you expectin...

So, if they choose the Team basic plan they will be charged $125 in the beginning of the month and then at the end of the month I want to charge them (according to Team Basic plan) for highest amount of users they had in the team for that month.

Even if they are subscribed for a yearly plan, the extra charge based on the highest user number and plan will happen at the end of every month.