#hiren-prajapati_api

1 messages · Page 1 of 1 (latest)

stuck bloomBOT
#

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

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

fiery summit
atomic mica
#

Stripe.account.addExternalaccount api i am using for add bank account in stripe

#

How to verify process bank account in stripe in test mode

#

Currently getting me status new when add new bank in stripe how to get verified status for bank account details verified or not?

fiery summit
atomic mica
#

Yes

#

{
...
"external_accounts": {
"object": "list",
"has_more": false,
"url": "/v1/accounts/acct_14qyt6Alijdnw0EA/external_accounts",
"data": [
{
"id": "{{BANK_ACCOUNT_ID}}",
"object": "bank_account",
"account": "acct_14qyt6Alijdnw0EA",
"account_holder_name": "Jane Austen",
"account_holder_type": "individual",
"bank_name": "STRIPE TEST BANK",
"country": "US",
"currency": "usd",
"default_for_currency": false,
"fingerprint": "sSZ2yLp0EZTH17cF",
"last4": "6789",
"metadata": {
},
"routing_number": "110000000",
"status": "new"
},
{...},
{...},
],
...
}

#

In this data you look status

#

In this UK

Bank account information Example data
Sort Code 12-34-56
Account number 01234567

Test mode getting new status why not getting verified staus

#

Please help 🙏🏻

fiery summit
atomic mica
#

Yes i have added documents in stripe account create like connected account there getting staus me verified

But in the external bank added not getting staus me verified

Give me new

#

Please guide me

#

How to implement add bank account in stripe

fiery summit
#

That is the guide. I'm not sure what else I can do to help if you're unable to provide more specific details about the problem you're seeing, like a request ID.

#

Asking the same question over and over without providing the information I've asked for is not going to help.

atomic mica
#

What is request id

fiery summit
atomic mica
#

req_d79V0UQouAAcXH

fiery summit
#

That's a request coming from the Dashboard. Can you give me the ID of a request coming from your code?

#

Also, can you confirm you're trying to do this with a Standard connect account? If that's the case I don't believe this will work, as Standard accounts have full Dashboard access and bank account details are managed by the account owner, not you as the platform.

atomic mica
#

Custom account

fiery summit
#

The request you pointed me to created a Standard account, not a Custom account.

atomic mica
#

Currently not showing me my code request why

fiery summit
#

I don't understand your question, can you rephrase?

stuck bloomBOT
atomic mica
#

Currently in logs not showing me from the code

Code

#

Code request not showing in logs

rustic storm
#

👋 stepping in here

#

Let's back up a moment. What are you trying to do here?

atomic mica
#

I have not getting verified status when i add bank account in stripe in test mode

rustic storm
#

When you say "verified status", what do you mean exactly?

#

Where do you expect it to show "verified"?

atomic mica
#

Stripe connectd account with external bank account

rustic storm
#

Are you specifically talking about the Bank Account object that represents the external account?

atomic mica
#

Implement functionality in my platform add withdrawal method in stripe

#

Yed

atomic mica
#

Can you guide me how to getting status in stripe bank account add

New pending verified

rustic storm
#

That isn't applicable for external accounts for Connected Accounts

#

That verified status only applies to Customer Bank Accounts used for ACH debit.

#

There is no verification process for adding an external account

atomic mica
#

I not sure to got it now

#

In stripe connectd account to add bank account like multiple correct?

#

Please reply

rustic storm
#

I'm sorry, I don't know what you mean by that.

atomic mica
#

I have added uk test bank account right? In test mode

But this verification status give me new

How to get verified

rustic storm
#

Yep I answered that above -- you don't verify these external accounts for Connected Accounts.

atomic mica
#

So how to mange status for bank account correct or no?

rustic storm
#

That is for a bank account attached to a Customer object.

#

You should only care about if the bank account for an external account moves to errored

#

That would mean the Payout to that External Account failed

atomic mica
#

Bank account information Example data
Sort Code 12-34-56
Account number 01234567

But i trying to add this bank account stripe for testing purpose but status give new why

#

Uk bank account test modr

#

"status": "new"

rustic storm
#

Yes that is expected -- it is because you just added the external account and there has not been a payout made to it yet.

#

Note in the same docs as above:

For external accounts, possible values are new, errored and verification_failed. If a payout fails, the status is set to errored and scheduled payouts are stopped until account details are updated. In the US and India, if we can’t verify the owner of the bank account, we’ll set the status to verification_failed. Other validations aren’t run against external accounts because they’re only used for payouts. This means the other statuses don’t apply.

atomic mica
#

How to made payout for test mode for uk currency

rustic storm
atomic mica
#

"status": "new"

This when to get me verified

rustic storm
#

Please read what I posted above from the docs, these external accounts will never become "verified".

atomic mica
#

Ok man got it

#

Are you know for add withdrawal method functionality in stripe?

How can you guide me please

rustic storm
#

I don't know what an "add withdrawal method" is, sorry.

#

Do you mean a Payout?

atomic mica
#

Add Bank details in stripe for transfer amount

rustic storm
#

You are going to need to be more specific for me to be able to help you.

atomic mica
#

What

#

Please help

rustic storm
#

I can't help you if I don't understand what you are asking.

#

You need to be specific about what you need help with.