#pablogramo_webhooks

1 messages ¡ Page 1 of 1 (latest)

summer dawnBOT
#

👋 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. Thank you for your patience!

⏱️ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime! If this thread is closed and you have another question you'll need to start a new thread.

🔗 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/1214506859617058846

📝 Have more to share? You can add more detail below, including code, screenshots, videos, etc.

last stumpBOT
desert edge
#

hi! well when you create a webhook you can select what event types you'd like to be sent to it, you control that.

#

as for that API request you mention, that doesn't generate any event so webhooks are not involved there.

cerulean aurora
#

Hi karllekko, understood. But where do I select in event types only the failed ones?

#

So failed attempts are only loggable via our own code

#

Is that right?

desert edge
#

a failed call to /v1/transfers doesn't generate a webhook event no, it just returns an API error

cerulean aurora
#

invalid_request_error - account
You must provide an account with capabilities when creating an account link of type "account_onboarding" for an account in a country that is not enabled for Express. You can enable US in your Country and Capabilities settings at https://dashboard.stripe.com/settings/applications/express

Was this useful?

Yes

No

#

account errors, such as no capabilities or country not supported

desert edge
#

yeah I mean in most cases if you call the API and get a 4xx error that's it, you log the error, we don't create objects or events

cerulean aurora
#

I see, I will get in touch with our developer then to create the alarms

#

Thanks