#twinkle_webhooks
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/1268202125142524057
๐ 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.
- twinkle_webhooks, 53 minutes ago, 5 messages
Tried the api to update the payout info using go sdk - account.update method to update the payout info, but got permissiones error, not sure what permissions I need in the Test Mode
Hi there ๐ what type of Connected Account are you creating, or what values are you setting in the controller hash if you aren't using type?
let me check
I signed up this test account on stripe dashboard.
acct_1O0PVpQagXWnZ6jl
i am not sure how to get the controller hash value
Thank you, I'll take a closer look.
That account was created via our API by your Platform in this request:
https://dashboard.stripe.com/test/logs/req_4ml4n7ZLTdfiGa
where a type of express was specified which created an Express Connected Accounts.
You as the Platform don't have the ability to make changes to Express Connected Accounts external account information, that's managed by the owner of the Express account directly. I'm double checking whether there's a way to log into the Express Dashboard for that testmode account and adjust the external account information.
The third-party/entity you're creating the Connected Account for.
yeah, that's also a test office
Ah ha, this worked for my test account.
I created a Login Link for the Express account, to generate a link to the Express Dashboard for them:
https://docs.stripe.com/api/accounts/login_link/create
When prompted for an OTP I entered 000000
Then in the Express Dashboard was able to navigate to
Person Icon at the top right -> Account settings -> Payout details -> Edit -> Edit -> Use test account
let me try that
is there a way to reach to that webhook event after changing the details directly? Without scrolling through all the webhook events?
I tried searching for external/accounts but it did not show me anything, even when I was successfully able to change the payout info and I am listening to this event
It looks like an event was triggered here but I don't think there were available webhook endpoints to send to when it was originally triggered https://dashboard.stripe.com/test/events/evt_1PidPNQagXWnZ6jly3BI7LJl
I am a bit confused by your scrolling question. Can you tell me more about what you are trying to do where you have to scroll here?
So we do have the account.external_account.updated event to be listened on our api but I could not see that under webhook logs
This is the webhook endpoint - https://payments-webhook.gke1-west4.wsf-dev-0.wstack.net/v4/test/stripe
That event is on the connected account, so that may be why it doesn't show up in your account's dashboard for webhook events. I think that page only shows events for your account
You can try viewing the events page as that account. I think it would show then https://dashboard.stripe.com/acct_1O0PVpQagXWnZ6jl/test/events
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
okay, I am also unable to see anything on the event link that you posted, maybe because I might not have persmissions
If you try this you may be able to see it
https://dashboard.stripe.com/acct_1O0PVpQagXWnZ6jl/test/events/evt_1PidPNQagXWnZ6jly3BI7LJl
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
yeah, I am able to see it here. This is very helpful