#wayo_api

1 messages ¡ Page 1 of 1 (latest)

tranquil quarryBOT
#

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

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

iron sable
#

No we don't have a validation api

rose spruce
#

can you confirm creating a bank account validates the ach details or is there another way ?

iron sable
#

Yeah if you go through the SetupIntent flow, customer needs to verify

#

Like I said, we don't have a validation api

#

You need to either make a payment in stripe or set up the payment method for any validation to occur

rose spruce
#

ah ok, I guess creating a bank account would work since that is a payment method, right ?

iron sable
#

Depends what flow you're talking about

#

You need a way for the customer to verify their bank account

#

So that's why I suggest using a setupintent

#

That way they are taken through the instant verification flow

#

For example

rose spruce
#

So verification needs to happen in order for validation to happen? I only need validation. I don't have any particular flow, just a custom form that takes in a routing and account number and I was hoping to do validation on them.

iron sable
#

What do you mean by validation?

#

Just that the number is in the right format?

#

Because you can't verify that the bank account info is correct without customer verifying

rose spruce
#

Validation is ensuring the account exists and can attempt a payment. Verification means that account does belong to this person.

iron sable