@stripe Hey, guys. Working on the PSD2 compliancy here. Been checking the docs for a while but I can't seem to find a way to create the webhook endpoints dynamically.
Do I really need to create'em all manually? Can't I just pass it as a parameter when creating the SESSION? 
You should only need the one endpoint to listen for any events that you need. In other words, you don't need to create a separate endpoint for each transaction. Once you've created your endpoint, you then configure the webhook settings:https://stripe.com/docs/webhooks/setup#configure-webhook-settings …
-
-
I know I 'should' not need it. However, my setup is not an usual one.
Besides, I do not receive the client_reference_id at the endpoint in the payload json, even though I specify it when creating the session (as a string).
However, a dump of the payload does not include it. -
If you help me out with the missing client_reference_id issue, I can take care of the rest in order to avoid creating unnecessary endpoints.

- 2 more replies
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.