#hendie_api
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/1389904252696133683
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi ๐
Have you attempted using the API to cancel these Payment Intents?
https://docs.stripe.com/api/payment_intents/cancel
not yet
wanted to find out what the chances are of it working
I don't want to break anything ๐
Our docs explicitly say this only works for US bank account requests that are in the processing state
that seems to be the situation you are in
and that's what we have
but it also says it may not work
if it does not, will the transactions just run to completion?
there are some rather big amounts involved
Correct. If this won't work then the customer would need to work with their bank
ugh
Unfortunately US banks don't communicate real time state with us. So the "chance" it won't work is that they aren't really processing it any more but haven't updated us
does the cancel giv e an immediagte response?
So your best bet is to act quickly
ok, we'll try
Which I get, is scary
so the cancel response could be delayed as well?
or will we know immediately if it worked
It's a sync response as far as I know
thanks