#dennis-webhook

1 messages · Page 1 of 1 (latest)

gusty niche
#

Can you share with me your merchant ID? you can find it from the Stripe Dashboard -> Settings ->Account Details

summer palm
#

here..acct_1Kbyyz2Ssv8zfijc

#

this is the test account id where the products and price are configure by our manager

gusty niche
#

Thanks, is it the correct account? because I don't see payout.paid event either.

summer palm
#

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

gusty niche
#

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.

summer palm
#

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?

gusty niche
#

Because that payment_link is created in your account, that's why the event is sent to your account (i.e., platform).

summer palm
#

so to create an accoun type webhook is to use Direct?

gusty niche
#

Yes you are right

summer palm
#

I see...let me ask my manager to create another one for the account type you mentioned. thanks again for the quick support