#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/1331505267044777996
📝 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, 21 hours ago, 11 messages
- r-v-chandan_code, 4 days ago, 5 messages
- r-v-chandan_code, 5 days ago, 6 messages
- r-v-chandan_docs, 6 days ago, 22 messages
- r-v-chandan_api, 6 days ago, 4 messages
- r-v-chandan_api, 6 days ago, 6 messages
Do you listen to everything on that Connected Account's webhook events? Which events do you see?
Yes, I am using Stripe's webhook events for the connected account. Currently, I retrieve the account details using the following code:
Account account = Account.retrieve("acct_1QjIs2C6bUlLdpCa");
Listen to its webhook event
For example account.external_account.created
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
got it
"external_accounts": {
"object": "list",
"data": [
{
"account": "acct_1Qi9VgFx4T8nyXPZ",
"account_holder_name": "Jenny Rosen",
"account_holder_type": null,
"account_type": null,
"available_payout_methods": [
"standard"
],
"bank_name": "STRIPE TEST BANK",
"country": "PK",
"currency": "pkr",
"customer": null,
"default_for_currency": true,
"deleted": null,
"fingerprint": "PSlI9vGbMj7TMQhR",
"future_requirements": {
"currently_due": [],
"errors": [],
"past_due": [],
"pending_verification": []
},
"id": "ba_1Qi9YiFx4T8nyXPZpgA77B8K",
"last4": "6702",
"metadata": {},
"object": "bank_account",
"requirements": {
"currently_due": [],
"errors": [],
"past_due": [],
"pending_verification": []
},
"routing_number": "AAAAPKKAXXX",
"status": "new"
}
here which object refered its completed or pending
@eager imp please create a new thread, and sorry we can only support English here
status: "new"
status: "new": https://docs.stripe.com/api/external_account_bank_accounts/object#account_bank_account_object-status
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Hello, my name is Janiele and my stripe account is blocked, I send an email and no one answers me and no one helps me solve the blocking problem, please, can someone help me?
@eager imp Sorry we can only help developers here. Please shot en email to support@stripe.com and the Support team would be able to assist
They don't match any email
got it ! thanks a lot
hey just one more question if my merchant wants to change bank account i,e external bank account how can i do it
@jagged verge
if they change will the account id will be change or existing will be there ?
yea my question is like i have a merchant he created a connect account using api and added external bank account details and verified and he come back and he need to update his external bank account in that seneario how to update external bank account ? , if it is possible then account id i,e connected account id will be unchanged ?
You can call Update External Bank Account: https://docs.stripe.com/api/external_account_bank_accounts/update and the Connected Account Id will be unchanged
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.