#stav

1 messages · Page 1 of 1 (latest)

maiden swallowBOT
still sorrel
#

Hi there!

#

Okay so you are successfully seeing logs in your endpoint then?

hollow pike
#

yes

still sorrel
#

Okay

#

So do you see a specific error when you trigger an event?

hollow pike
#

When I do it manually with postman I get 401 because of the signature, that's after I send the log.
Is there a way I can send an event for the webhook ? when I trigger an event (payment_intent.succeeded) i see Trigger succeeded! but i dont see any logs on my end

molten fox
#

Trigger should do what you're looking for. You'll need to use stripe listen though and use the corresponding webhook signature that's outputted from that command in your code

hollow pike
#

So I need to listen to my endpoint as well? I thought it was only supposed to be used locally

molten fox
#

Ah ok so this isn't a local endpoint?

#

Is this a deployed test endpoint?

#

If so, best way is to just test your integration in test mode. Process a payment intent with your test api keys

hollow pike
#

all correct and that's what I'm doing, but how can I see why I cant receive a request to my endpoint?

molten fox
#

Can you send me an event ID that you expected to be delivered? I can take a look

hollow pike
#

pi_3MjlZ2H5NnqYubYR0nnV4aKV

molten fox
#

You can see there was a tls error when we attempted to deliver the event

hollow pike
#

oh wow, yes i see

molten fox
#

So some issue with your hosting provider or tls configuration

hollow pike
#

il check it out thank you very much!