#stav
1 messages · Page 1 of 1 (latest)
yes
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
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
So I need to listen to my endpoint as well? I thought it was only supposed to be used locally
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
all correct and that's what I'm doing, but how can I see why I cant receive a request to my endpoint?
Can you send me an event ID that you expected to be delivered? I can take a look
pi_3MjlZ2H5NnqYubYR0nnV4aKV
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
You can see there was a tls error when we attempted to deliver the event
oh wow, yes i see
So some issue with your hosting provider or tls configuration
il check it out thank you very much!