#leonardo89-subscriptions
1 messages ยท Page 1 of 1 (latest)
๐ 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
Is SetupIntent the better way to save the payment method info to be used later with a metered billing subscription???
I'm reading this post https://stripe.com/docs/billing/subscriptions/metered
how are you going to create the subscription? via Checkout?
no
Im going to create a pay as you go
subscription
so my product is defined with metered use
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.
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
you could always have a one-time setup fee