#borja-snchez_api
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/1239546338358595646
đ 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.
- borja-snchez_api, 2 hours ago, 70 messages
- borja-snchez_api, 3 days ago, 18 messages
- borja-snchez_api, 5 days ago, 13 messages
I'm trying to send a responses (400, 500, etc...) from my webhook to Stripe about an event. But seems that there is not register on stripe. I'm using it through my CLI
hi, can you share a lot more context please?
sure.
screenshots/code/event IDs evt_xxx etc
This payment was ok for you, but my webhook response with an error, but I can't see it in the details.
I just created a customer, and in the event: "customer.created" The response was 500.
cus_Q69tZAzjtvWI2n
it was this customer
but I can't see my response on the event log
what do you see in the terminal where you have stripe listen running?
2024-05-13 14:02:04 --> connect customer.created [evt_1PFxZw2eCkIhIZ06yzWMb2Db]
2024-05-13 14:02:13 <-- [500] POST http://localhost:61505/stripewebhook [evt_1PFxZw2eCkIhIZ06yzWMb2Db]
but I can't find this log on my dashboard
I think that's just normal because it's an event on a connected account and it's a --connect endpoint, on the connected account's dashboard you can't see details of the platform's webhook integration.
is this blocking you from testing something?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
but I can see it here ...
I cannot test if the message atached to my response is getting recieve by the dashboard.
why do you need to test that?
I suggest using this page : https://dashboard.stripe.com/webhooks/we_1NqGnPGaKGRdsAFCT589IGcT instead, for example, to track what your endpoint is doing and look for errors, if you need to. It's easier to use and more accurate than looking at the events inside each connected account's dashboard
but Can I see it in my local listener ?
I don't think so, but you could check the logs of the actual application running at localhost. And for a real production problem where you're returning errors, you wouldn't be using stripe-cli anyway, and looking at the Dashboard page for the endpoint as described above, would let you see the errors.
"check the logs of the actual application running at localhost" at my CLI, you mean?