#r-v-chandan_api

1 messages · Page 1 of 1 (latest)

mystic bridgeBOT
#

👋 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.

jagged verge
#

Do you listen to everything on that Connected Account's webhook events? Which events do you see?

summer current
#

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");

jagged verge
#

Listen to its webhook event

#

For example account.external_account.created

summer current
#

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
#

Olá

#

Preciso de atendimento e suporte da stripe

jagged verge
#

@eager imp please create a new thread, and sorry we can only support English here

#

status: "new"

jagged verge
eager imp
#

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?

jagged verge
#

@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

eager imp
#

They don't match any email

summer current
#

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 ?

jagged verge
#

The Stripe account id should be unchanged

#

(if I understand you correctly)

summer current
#

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 ?

jagged verge