#dennis-webhook
1 messages · Page 1 of 1 (latest)
Can you share with me your merchant ID? you can find it from the Stripe Dashboard -> Settings ->Account Details
here..acct_1Kbyyz2Ssv8zfijc
this is the test account id where the products and price are configure by our manager
Thanks, is it the correct account? because I don't see payout.paid event either.
double check and should be that one
when I clicked one of the product created
I use the price_id to create a payment link
OK, I found the onecheckout.session.completed webhook event in your dashboard https://dashboard.stripe.com/test/events/evt_1KIon4CzYifcXYvgo883GF0p
Ah, I know the problem
Your webhook endpoint is of Connect type, that's for webhook events coming from your connected account.
You should use Account type webhook endpoint to listen to event happening in your own account.
ohhh I did not know there are two types of webhook
so checkout.session.completed will only show up on account type webhook...got a link to that at hand?
Because that payment_link is created in your account, that's why the event is sent to your account (i.e., platform).
so to create an accoun type webhook is to use Direct?
Yes you are right
https://stripe.com/docs/connect/webhooks#connect-webhooks here you can learn the two types of webhooks
I see...let me ask my manager to create another one for the account type you mentioned. thanks again for the quick support