#tyson
1 messages · Page 1 of 1 (latest)
Hi there
The webhook endpoint type is "Connect", but your are triggering simulated events using stripe cli on your platform Account, you need to recreate your webhook endpoint https://dashboard.stripe.com/test/webhooks/create
Yes of course, when calling stripe cli trigger, you need to pass the connected Account Id:
https://stripe.com/docs/cli/trigger#trigger-stripe_account
i send that one the tab i use the trigger on?
your command need to be something like: stripe trigger invoice.payment_failed --stripe-account acct_123
You replace acct_123 with one of your Connect Account Id
ooooo i see thanks
It is now passing it but there still is no payload going to bubble.io 😢
I'm not very familiar with bubble.io, but according to these logs, your endpoint is responding with 200.
Is 200 is ok right?
Yes
I am basically not getting the data at the actual URL but i am at the stripe url
Not sure I understand you here, but as I can see, Stripe triggered an event, attempted to deliver it to your endpoint, and your endpoint responded successfully with 200