#aamir_code
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/1347104773605953579
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Could you share an example request ID (req_xxx) of what you're trying to do? The above code is just the request parameters, which didn't indicate the API that is used.
my question is clear that can we disable manual bank option for customers, in stripe financial connections
req_xCXw4iylBqkpx3
Thanks for sharing the request ID. Financial connection is supported in multiple integration paths, such as Payment Intent, Setup Intent, direct Financial Connections... etc. req_xCXw4iylBqkpx3 is helpful for me to double check the integration path
Looking into this now
This is possible by setting payment_method_options.us_bank_account.verification_method to instant. Here's how you can do it: https://docs.stripe.com/payments/ach-direct-debit/accept-a-payment?web-or-mobile=web&payments-ui-type=direct-api#instant-only-verification
This will allow ACH direct debit to use instant verification only instead of manual bank details with microdeposit
Ok let me check
No problem! Happy to help ๐