#wayo_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/1341419584632131625
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
No we don't have a validation api
can you confirm creating a bank account validates the ach details or is there another way ?
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
ah ok, I guess creating a bank account would work since that is a payment method, right ?
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
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.
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
Validation is ensuring the account exists and can attempt a payment. Verification means that account does belong to this person.
We don't run a simple verification on creation to check it exists