#leonardo89-subscriptions

1 messages ยท Page 1 of 1 (latest)

sand pelican
#

๐Ÿ‘‹ happy to help

#

you mentioned two things which are really not related (you might need one to achieve the other but you can use something else)

#

so metered billing is a pricing model for subscriptions

#

while setup intent is just to save a payment method and attach it to a customer for later usage

rich fox
#

Is SetupIntent the better way to save the payment method info to be used later with a metered billing subscription???

sand pelican
#

how are you going to create the subscription? via Checkout?

rich fox
#

no

#

Im going to create a pay as you go

#

subscription

#

so my product is defined with metered use

sand pelican
#

I meant how are you going to integrate with Stripe (regardless of what the subscription model would be)

#

are you going to use Checkout? Payment Elements? etc.

rich fox
#

no

#

checkout no

#

for example this is the flow

#

the user signup in my app

#

then he add a payment information

#

then I create a customer save the payment method and create a default subscription for that user

#

my product have a metered use

#

but I need to be sure that the user card is valid before saved

sand pelican
#

you could always have a one-time setup fee

rich fox
#

Can you give me some reference in the documentation

#

??

sand pelican
#

you can add one-off items to the first invoice

rich fox
#

perfect thank you very much

#

I will test that way