#Naveed | Web3Auth

1 messages · Page 1 of 1 (latest)

vagrant mistBOT
neat rivet
#

Our recommended integration is 2) you should be following the second options and the official guide.

sage bane
#

I only have one issue with number 2 (which is why im raising the question)

#
# Basic
$100 USD/Year
First 1000 MAU free
0.1USD / additional MAU

# Growth
$150 USD/year
First 3000 MAU free
0.05USD / additional MAU
#

I need to model a yearly flat recurring fee + monthly recurring graduated pricing based subscription

#

It doesnt seem possible to put them under the same subscription

#

actually both plans also have a monthly version, in that case its a-okay, i can just create a sub with multiple price ids, one for the flat fee, one for the variable MAU

#

e.g.

Basic
10USD/Month
First 1000 MAU free
0.1USD / additional MAU
neat rivet
#

Create two Subscription for the same customer, one yearly and one monthly

sage bane
#

in this case i can put them under one sub, and hence we also can have both items appear on same invoice

#

for consistency do u think i should also make the monthly version 2 subs also

#

1 sub for the flat fee, 1 sub for the mau

#

even though both are monthly

sage bane
#

but the monthly flat fee + monthly variable MAU doesn't face the same issue

sage bane
#

i guess ill have to listen to webhooks for sucess of flat fee subscription, and create subscription for variable MAU based off of that?

neat rivet
neat rivet
sage bane
#

Lets say we have Basic monthly

#

in this case i dont face the issue of mismatched periods

#

in this case it seems that i can just create one subscription

#

with 2 price ids, one for flat fee, one for variable MAU

sage bane
neat rivet
sage bane
neat rivet
sage bane
sage bane
#

cuz basic and growth have different rates

obsidian kite
sage bane
#

so just to get back to one of the other questions, the best way to model this scenario is 2 subs?

#

I was recommended for the 2nd case (basic yearly), to use 2 subs,

#

But for the first one i wouldnt need 2 subs since the subscription intervals arent mismatced

#

theyre both monthly

obsidian kite
#

Correct, items on the subscription must have the same billing interval

sage bane
#

ok thanks a lot for all your help! Time to integrate!

obsidian kite
#

np