#daweiwang_
1 messages · Page 1 of 1 (latest)
Hello daweiwang_, we'll be with you shortly! Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
• https://discord.com/channels/841573134531821608/1163741455811100733, 1 days ago, 21 messages
• https://discord.com/channels/841573134531821608/1163676924925726780, 1 days ago, 8 messages
• https://discord.com/channels/841573134531821608/1163359600184135680, 2 days ago, 2 messages
Hi there, how can I help?
I'm not sure what you mean by showing me a screenshot
Can you tell me what you want to achieve here?
When I activate the account, it prompts that the identity authentication failed, I want to re-authenticate, I am on this page, I don't know how to operate next
my account is jane@wemew.com
Hi. I wish I could help, but this chat is focused on developers and technical questions. Our support team will be able to assist you better than I can: https://support.stripe.com/contact
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Sure, you can also send emails to support
@cyan depot I want to achieve how open ai is doing the billing
I want to achieve the same using stripe
I don't have information of how OpenAPI implements billings. If you want to get started with subscription, you can follow the step-by-step guide here: https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=stripe-hosted
Subscriptions bills at the last of month right?
I want my customers to pay in advance
No, it's prepaid unless you use the usage-based billing
In another word, your customers are billed at the beginning of the cycle
yes I want usage-based billing with advance payment
like someone load $100 dollar to their account and use it when it comes to $0 stop the services
usaged based billing will be post-paid, (i.e., bill at the end of the cycle)
so how can we handle in use-age based billing if someone hacks the system and use services. I will get the thousand bill in that case
how can I handle it
In this case, you can still use per-seat billing (https://stripe.com/docs/products-prices/pricing-models#per-seat), but you need to keep track of the usage by yourself and inform the customer when their balance is 0. From there you can decide either to cancel the subscription immediately, or create an invoice item to charge the additional fee if applicable