#secretsquirrel

1 messages · Page 1 of 1 (latest)

next templeBOT
humble tendon
#

yes, works fine when you try it :

ripe drum
humble tendon
#

not necessary when using Checkout no

ripe drum
#

I've tested this out but can't figure out how to not have it invoice immediately

humble tendon
#

you just pass another line_item with a regular licensed price

#

well yeah it will invoice immediately if you pass a licensed Price when creating the Session, since those always charge in advance, only usage can be charged in arrears

ripe drum
#

The documentation says "If you charge a flat fee in addition to the usage, Stripe won’t charge for the flat fee until the end of the billing cycle, along with any accrued usage."

#

Is that not true? Or am I missing some param in order to configure that?

humble tendon
#

I guess it depends what who wrote the docs was thinking of

#

it is true if they meant, you add a one-time flat fee during a cycle

#

since that will be added to the next invoice generated.

if they/you mean a recurring flat fee, that is charged on creating the subscription, and then subsequently on each invoice, AFAIK

ripe drum
#

Hmm, ok I think I get that, but I would prefer not to use a discount. I'm probably just going to create a second usage-based product with the recurring flat fee that I am hoping to charge, and then just set the quantity of one and aggregate usage to "last_ever".

humble tendon
#

I think that might work yeah. There isn't really a clean solution, we just do not natively support licensed pricing plans that charge in arrears. Coupons do work at least as another option

ripe drum
#

Yeah I see that. I guess I'll leave it to Marketing / Sales as to what they think looks cleaner - discounting first month or a second "usage-based" product that is really a flat fee.

#

Thanks for your help here @humble tendon