#att89
1 messages · Page 1 of 1 (latest)
Yes: pi_3NVRYTRa36GjVakc0N0CZcQv
Okie so this is the Direct Charge
Both webhooks endpoints (platform and connect) are listening for payment_intent.succeeded, I just proofed it. But there is not even a try to trigger payment_intent.succeded by stripe, at least I can't find any
https://dashboard.stripe.com/events/evt_3NVRYTRa36GjVakc0FMkAPKK is the payment_intent.succeeded event
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
If I click on the link, it says "No such notification: evt_3NVRYTRa36GjVakc0FMkAPKK"
Only if you are logged in to the Connected Account, sorry
Okie so
On your Platform I see https://roomjack.at:5972/stripe/connect_webhook
Yes that's it
This is the URL you expect to receive the event, right?
Right
But it's type is "Account". You need an endpoint with type = "Connect"
The "Listen to" radio button
OK, thank you, I will recreate the endpoint and the set the new secret for my server. Is it possible to retrigger the event for that payment intent after I created the webhook?
Via CLI yes https://stripe.com/docs/cli/events/resend but I don't think there is a way for mass re-send