#johnliu6548_docs
1 messages · Page 1 of 1 (latest)
👋 Welcome to your new thread!
⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1369716818390024282
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
There is this: https://docs.stripe.com/billing/subscriptions/usage-based/billing-credits#credit-grant-eligibility
And also this: https://docs.stripe.com/billing/subscriptions/usage-based/pricing-models
But there is no clear definitive guide on how to create pre-paid credits which the user can top up by a checkout/product purchase, instead of adding credits manually via the dashboard
I believe you're describing burndown - which is basically like a prepaid sim card.
Indeed - it's the credit burndown. However, it seems like you can only create invoices right now - is there no alternative where they're able to go through an (embedded) checkout ? I cant seem to find a guide on this
All Billing things are done with Invoices. You could build it yourself, but then ... you're rebuilding part of Stripe's Billing yourself. ¯_(ツ)_/¯ That might be the right approach for your business though, don't know.
Why don't you want Invoices?