#prasun-paul-chowdhury_code

1 messages ¡ Page 1 of 1 (latest)

scarlet nestBOT
#

👋 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/1354087109568499712

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

twilit cargo
#

how to check a payment method has insufficient balance?
Sufficient balance for what? If you're collecting a card for later, you don't know that until you attempt payment with a payment intent

#

A setup intent is not a payment and there is no amount

#

What are you really trying to do?

worldly turtle
twilit cargo
#

This card requires authentication for one-time payments. All payments are declined with an insufficient_funds failure code even after being successfully authenticated or previously set up.
The 3178 card is meant to successfully pass setup as you've described, but payments will fail with insufficient funds

#

so this all seems expected

#

If you're expecting to learn about insiffucient funds during a setup intent, then you are misunderstanding the sequence of events. There is no "payment" with a setup intent, so its generally impossible to have insufficient funds, because we might run a $0 charge, for example.