#tymm_unexpected
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. Thank you for your patience!
âąď¸ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime! If this thread is closed and you have another question you'll need to start a new thread.
đ 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/1214144277190541333
đ Have more to share? You can add more detail below, including code, screenshots, videos, etc.
hi! what's the Invoice ID in_xxxx involved?
in_1OqXVbB9Efe3D9OkY8q5HPtH
the amount is less than the minimum amount that can be charged on Stripe, so there's no PaymentIntent created https://docs.stripe.com/currencies#:~:text=%2410-,MYR,-RM 2
instead the Invoice is automatically closed and the amount is added as a debit to the customer, to be applied to their future invoices
interesting, thanks