#siddique_code

1 messages ¡ Page 1 of 1 (latest)

rough epochBOT
#

👋 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.

late shuttleBOT
placid portal
#

there?

eternal beacon
#

The values should be one appear in customer bank account. In Live mode it requries to be matching the exact value

placid portal
#

How do I know the values ? I am just taking these inputs from user
amount to pay, account holder name, routing number ,account number

eternal beacon
#

Yes but microdeposit is a different thing. You would need to ask them separately for this

placid portal
#

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?

eternal beacon
#

Technically Stripe will ask the bank if these value is correct, and the bank will confirm with us

placid portal
#

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

eternal beacon
#

It should be described on the Doc you are following. Are you following any Stripe Doc?

placid portal
#

Actually, I wrote this code last year but the client did not point out the ACH payment issue ,So should I change my implementation ?

#

I wrote this code by following Stripe Doc