#Arnaud Lier
1 messages ยท Page 1 of 1 (latest)
Is that endpoint set up to listen for Connect events? When Connect is involved, you need 2 separate endpoints. 1 for Connect account events and 1 for platform events
Whoops, thought these events were being attributed to the Connect accounts! Thank you for your time ๐
So we need to check for two different signatures?
In my tests I thought it worked with only the Connect endpoint but maybe I was just listening with the CLI
So we need to check for two different signatures?
Correct. 2 endpoints with 2 different signatures
Would be nice to receive both on only one webhook ๐
Because the events are fundamentally different in nature, they are separate
I'd recommend having two different endpoint myself
But you can have "two endpoints" that differ by only a query parameter, eg
then you can use that query param to decide which signing secret to use
That's what I was going for, thanks again!
Probably the best developer documentation and support I've never seen ๐
๐