#nhannguyenvan_code
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/1263762326264348735
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- nhannguyenvan_code, 19 hours ago, 36 messages
- nhannguyenvan_code, 1 day ago, 16 messages
hello! You can't delete an invoice after it's been finalized
What should I do in my case?
if the user doesn't pay, you could void or mark the invoice as uncollectible : https://docs.stripe.com/invoicing/overview#invoice-statuses
it's ultimately up to you though, that would be a business decision
does my stripe be charged any dollar in this case?
i'm not sure what you mean by does my stripe be charged any dollar in this case?
https://support.stripe.com/questions/stripe-invoicing-pricing?locale=en-GB#:~:text=Stripe Invoicing offers two pricing,with more advanced invoicing requirements.
I saw invoice will be have a fee to create or after payment?
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.
If you have questions about pricing, you'll want to reach out to https://support.stripe.com/contact, they'll be able to advise you on that! We mainly help with developers who want to integrate directly with the Stripe API here on this channel
okay, Can I interacte a webhook that after 10 hour, if user haven't paid for invoice yet, we will update the invoice as void?
hrm, you need to build your own cron job for that. We don't have something as specific as 10 hours. Nor do we have any features to automatically void the invoice (what Stripe can do is to automatically mark as uncollectible).
Otherwise, we also have https://docs.stripe.com/billing/automations, you can give it a try. It can set invoices to uncollectible after a specific number of days
sound goods