#borja-snchez_api

1 messages ¡ Page 1 of 1 (latest)

drifting spindleBOT
#

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

rugged salmonBOT
#

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.

orchid lark
#

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

paper sky
#

hi, can you share a lot more context please?

orchid lark
#

sure.

paper sky
#

screenshots/code/event IDs evt_xxx etc

orchid lark
#

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

paper sky
#

what do you see in the terminal where you have stripe listen running?

orchid lark
#

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

paper sky
#

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?

orchid lark
#

but I can see it here ...

paper sky
#

I guess it's just some Dashboard quirk

#

is it causing an actual problem?

orchid lark
#

I cannot test if the message atached to my response is getting recieve by the dashboard.

paper sky
#

why do you need to test that?

orchid lark
#

but Can I see it in my local listener ?

paper sky
#

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.

orchid lark
#

"check the logs of the actual application running at localhost" at my CLI, you mean?