#nhannguyenvan_code

1 messages ¡ Page 1 of 1 (latest)

cloud umbraBOT
#

👋 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.

half badgeBOT
#

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.

thorny valve
#

hello! You can't delete an invoice after it's been finalized

feral raptor
#

What should I do in my case?

thorny valve
#

it's ultimately up to you though, that would be a business decision

feral raptor
#

does my stripe be charged any dollar in this case?

thorny valve
#

i'm not sure what you mean by does my stripe be charged any dollar in this case?

feral raptor
#
thorny valve
#

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

feral raptor
#

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?

thorny valve
#

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

feral raptor
#

sound goods