#itzik_80777
1 messages · Page 1 of 1 (latest)
Hi 👋 how can I help?
Our service start immediately after the user adds his payment method, and the user pays after he starts to accrue costs.
he will be charged automatically either when his balance reaches a predetermined amount or at the end of the month, whichever comes first.
What do you think will be the best stripe product/solution to fit our needs ?
Stripe Billing. Using Subscriptions in conjunction with billing thresholds.
https://stripe.com/docs/billing/subscriptions/overview
https://stripe.com/docs/products-prices/pricing-models#thresholds
Thanks
we wont be able to use " payment link"?
No, as far as I'm aware Payment Links do not currently allow you to set Billing Threshold limits.
so what shouldi choose from here:
https://dashboard.stripe.com/payments
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I don't understand the question, that's a link to the payments page in the Stripe dashboard.
Did you look through the guides that I linked you to, about building a Subscriptions integration? For the use-case you described, those are the flows you should be looking through.
sure, but where the user add his credit card number in the first time?
Depends on how you choose to set up your integration. You can either use Checkout Sessions (the low code option described) to use a hosted UI or you can embed the Payment Element (the custom code tab) into your own UI:
https://stripe.com/docs/billing/subscriptions/build-subscriptions
so one of this options?
If they link back to the same docs that I'm linking you to, then sure.
i think this is the relevent one
Custom code—If you’re using Elements, learn how to collect payment details and activate the subscription with the Payment Element or Card Element.
many thanks
Any time!