#harshil-ahir_code

1 messages ¡ Page 1 of 1 (latest)

long shardBOT
#

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

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

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

wintry vale
#

hello! can you share the PaymentMethod id? it'll start with the prefix pm_

dreamy birch
#

I am not correct in these will you help me that how can i verify the bank details that its correct or not

#

what are the steps for it

wintry vale
#

Typically if you're creating a us_bank_account payment method, and the customer uses use instant bank account verification, there is no need to further verify the bank account details. If the customer uses microdeposits, Stripe will send an email to the customer to a Stripe-hosted verification page where they can confirm the amounts of the deposits and complete verification.

#

what specifically are you trying to verify in this case? Can you share in more detail what's the issue you're facing?

dreamy birch
#

Lets forget the code which i have send i want to specifically verify the bank account (ACH) by getting its account credentials like account type,number ,routing number etc,i want to check that this account is real or not ,its working or not and etc

wintry vale
dreamy birch
#

No not these youre not getting what i am trying to say

#

i want to verify the bank account details of the specific user

wintry vale
#

I think there's a misunderstanding here. If the payment is successful, the bank account details are verified already - either via instant verification or microdeposit. Verification is usually done as part of collecting the customer's bank account details when you use payment method type us_bank_account.

So the question here is why do you need to verify the bank account details of the specific user? Can you share with me a real life use case so that I can better understand what you're trying to do

dreamy birch
#

Because i have to pay that user by getting his account details to pay him later i need its verified account details thats why can you please tell me how can i verify bank details

#

My application is a calling application where caller pay the amount to listener but the amount came to my bank and then i will pay the amount to listener bank account

wintry vale
#

If you're using Stripe to pay the user, you don't need their literal bank account details e.g. account number, routing number etc. At a high level, I'm assuming you're using Connect. When you "attach" the bank account to the connected account https://docs.stripe.com/api/accounts/object#account_object-external_accounts. Stripe will pay out the funds to the connected account bank account and you don't need the bank account details

dreamy birch
#

Can you please add your senior in chat

#

You are not getting my point i just want to verify the bank account only nothing else

wintry vale
#

okay, so let me take a step back. You want to verify the bank account, but transfer funds to the person outside of Stripe?