#r-v-chandan_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/1331855530599252019
📝 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.
- r-v-chandan_api, 20 hours ago, 25 messages
- r-v-chandan_api, 1 day ago, 11 messages
- r-v-chandan_code, 5 days ago, 5 messages
- r-v-chandan_code, 6 days ago, 6 messages
Could you share why you're looking for external bank account status? Is it for payout purpose?
If it's for payout purpose, I'd recommend checking payout_enabled property: https://docs.stripe.com/api/accounts/object#account_object-payouts_enabled
payout_enabled property will become true once the external bank account is available for payout.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
As mentioned in https://docs.stripe.com/api/external_account_bank_accounts/object#account_bank_account_object-status:
A bank account that hasn’t had any activity or validation performed is new. If Stripe can determine that the bank account exists, its status will be validated. Note that there often isn’t enough information to know (e.g., for smaller credit unions), and the validation is not always run.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Validation isn't always run, so the status can remain in new if no activity is performed
i want make sure to show my customer i,e merchant in my platform that they have succuessfully verified there external bank account details so i need to
As mentioned earlier, external bank account is not always validated and it can stay as new when no activity is performed