#pedro_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/1415000869975490602
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello there
Using the workbench I saw the event evt_1S5T8GDsQZyAB9N4XeoTo2Ap was generated when we created the account but we haven't received it on our webhook endpoint
Hi!
Yes if you add a new external account that would trigger that Event.
Taking a look at the Event you shared.
Hmm yeah it seems like that should have sent a Webhook...
Give me a few mins to look deeper
sure, thanks!
We are using the stripe-plugin libraries for java version 21.3.0 on the client in case it may help
Ah okay okay I see
So what happened here is that the connection to your platform actually happened after this Event was emitted.
Since you used OAuth here.
But now if you updated the external account you would see the newly created External Account send that Event to your endpoint
If you are using Connect Onboarding (https://docs.stripe.com/connect/standard-accounts) then the Connected Account is connected upon creation, prior to onboarding. So all Events would be sent.
Ok, thanks! Then when I try to modify the bank account or create a new one I get this message "You must verify your previous account number".
Yes I believe there are security precautions in place in terms of updating external accounts.
Ok, there's a way to bypass them? I wan to try the integration in a qa environment