#pedro_webhooks

1 messages ¡ Page 1 of 1 (latest)

remote juncoBOT
#

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

craggy glen
#

Hello there

slender ridge
#

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!

craggy glen
#

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

slender ridge
#

sure, thanks!

#

We are using the stripe-plugin libraries for java version 21.3.0 on the client in case it may help

craggy glen
#

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

remote juncoBOT
craggy glen
slender ridge
#

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

craggy glen
#

Yes I believe there are security precautions in place in terms of updating external accounts.

slender ridge
#

Ok, there's a way to bypass them? I wan to try the integration in a qa environment