#Fricken Hamster
1 messages · Page 1 of 1 (latest)
Hi, can you share a request id for this? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request . Are you listening to checkout.session.completed event?
yes i believe it is set on my webhook, Here is one such event that did not trigger the webhook
cs_test_a10jkwO8AC24DoJkSgPVsNuUHcdD8uGODTX7Weyo4KLhbpx4sp3Ae9jp4X
I don't believe paying the payment_link is an api request
I give the url to the payer and he goes through the payment process
This is good enough, taking a look
thanks
Is this happening to all of them? Or just this one?
From further looking, I do see this checkout.session.completed event: evt_1Mf7OlJe8uwKy6My46lQwn1X
@carmine robin let me know if you have any questions on this
Let me check
Yes, I see the event, but I don't see that the webhook sent the request
I think i have it set to send the event here, but is it only sending account.update events
I see what is happening here. You set a Connect webhook endpoint, https://dashboard.stripe.com/test/webhooks and https://stripe.com/docs/connect/webhooks?locale=fr-CA. You instead want to create a direct webhook endpoint.
You can have both, you just need to create a direct one now
so are connect webhooks only for connected acounts while the payment_links are on my main account?
That payment link was created on your account, https://dashboard.stripe.com/test/logs/req_TpeAi8PRePOrno and it was not a connect request.