#pablogramo_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. 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.
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.
if you want to track that happening, you'd catch the exception in your rescue block and log it. https://docs.stripe.com/api/errors/handling?lang=ruby
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?
a failed call to /v1/transfers doesn't generate a webhook event no, it just returns an API error
I see. Is it the same for https://dashboard.stripe.com/logs?success=false&method[0]=post&method[1]=delete&direction[0]=self&direction[1]=connect_in&showIP=false&starting_after=1709075720-req_WV7UwcRWI4IQE8 ?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
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
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
account errors, such as no capabilities or country not supported
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