#m.hariscrewlogix
1 messages · Page 1 of 1 (latest)
Hi there, are you referring to subscriptions?
in subscription, can we get the payment in advance?
Yes
There's a video on the doc that I shared earlier, I'd suggest you to watch it first
let me check that
I have watched the video
The video says it send the invoice at the end of the month.
I want to get the payment in advance from the customer and deduct the amount on every api call
https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=stripe-hosted the easiser way to start building a subscription integraiton is through Stripe Checkout. This doc gives you step-by-step guide to help you make it happen
@pearl cairn we can continue discussion in your thread
OpenAI's pricing model charges you on the number of processed tokens or word fragments used in NLP.
I want to implement the same in my app
per seat billing is different
please help me
This sounds like a usag-based pricing https://stripe.com/docs/products-prices/pricing-models#usage-based-pricing
yes
btw you can mix flat rate with metered usage https://stripe.com/docs/products-prices/pricing-models#flat-rate-metered-usage
I'd suggest you to go through all the billing models and decide which one works best for you use case.
what if I get the payment in advance using payment intent api
and add stop limit to use-based billing when it reached to initial top up amount.
is that possible?
Yes you can do that. You can use PaymentIntent, or invoice (https://stripe.com/docs/invoicing) to collect an one time payment from your customer
and I want to create the paid invoice for metered billing because user has already paid in advance
You can apply a 100%off coupon to the customer to offset the payment