#mallain23_best-practices
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/1301925686403010691
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there ๐ can you elaborate a bit on what you're wanting to ask about? Are all of your intents in a requires_capture state, in which case it sounds like you may be missing the logic to capture those payments, or are only some of them experiencing that behavior?
Hey -- yea it only happens every now and again but customers are reporting that there are uncaptured payments on customers. They use the terminal and the payment intent is created but not captured - but they dont get an error state back. They run the card again and it works fine
Do I need to try to cancel that payment intent or should i try to reuse it?
It's really hard to say without more context on the state of things during your flow. Is your code not making a request to capture those payments, or is the capture request failing?