#siddique_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/1232573947954991124
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
there?
The values should be one appear in customer bank account. In Live mode it requries to be matching the exact value
How do I know the values ? I am just taking these inputs from user
amount to pay, account holder name, routing number ,account number
Yes but microdeposit is a different thing. You would need to ask them separately for this
If I take input microdeposits values separately from the user on my site, then how would Bank or Stripe know that the microdeposits values are matching?
Technically Stripe will ask the bank if these value is correct, and the bank will confirm with us
So what will be the flow ? currently I am doing this in same API request
create customer,creating bank token then creating source then verifying source(which is throwing error in live mode) then creating charge
It should be described on the Doc you are following. Are you following any Stripe Doc?
I suppose https://docs.stripe.com/ach-deprecated ? Source is a bit of legacy and outdated flow btw