#mahendra
1 messages · Page 1 of 1 (latest)
Webhook not triggering mean no event is sent to your webhook endpoint?
Umm can you give an example? Do you have any event id?
even event is not showing on webhook
I made a payment and for that I have some event like payment_intent.succeed
payment is succes but no event showing on webhook page and neither event triger on webhook endpoint
Can you give the Payment Intent Id? pi_xxx
pi_3Mdwn7GbRSLaKRFC0IxJIHWe
I don't see any webhook endpoint on your account
https://dashboard.stripe.com/webhooks there is nothing here
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
what account id is that? acct_xxx
Please find your account id in https://dashboard.stripe.com/settings/user
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
acct_1GwmKzGdNldKu1zm
Okie so that's the Platform account. The PI you shared pi_3Mdwn7GbRSLaKRFC0IxJIHWe belongs to a Connected Account acct_1MduXgGbRSLaKRFC
because you created it with the Stripe Account header
I'm doing direct changes
Yep. In order to listen to Direct Charges on Connected Account, you will need a "Connect" type webhook endpoint. The webhook endpoint you have currently is the "Account" type
You can only recreate another
ok