#moustache_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/1283061306232148050
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Can you say more, what do you mean?
the "instant" here refers to the mechanism of verifying the bank accounts
The bank debit payment itself is still async
If you want to disable that, you would need to disable the us bank account payment method in your payment method settings
Or in this case for the direct charge flow, the connected account would need to disable that in their settings, or you block it and disable them overriding etc
I guess I don't understand. most of the us_bank_account payments do not require the verification step. I want to allow bank account but only the ones that are instantly verified
This was instantly verified with connections, yes
The payment is still async, though
ACH debit payment is async regardless of the way the account details are collected
ACH Direct Debit is a reusable, delayed notification payment method. It can take up to 4 business days to receive acknowledgement of success or failure. Because ACH Direct Debit isn’t a guaranteed payment method, there’s a risk of failed payments and disputes.
I see. Thank you.