#User 1
1 messages · Page 1 of 1 (latest)
Just to be clear, are you referring to webhooks?
Yes
I'm looking on my end, trying to pass along the document you'd want to reference.
I was able to confirm this and we recommend that you create a live webhook endpoint, instead of trying to use local listeners in production.
Are there any drawbacks to using a local listener in production though? And/or will it work?
For my stack currently, it would be easier cause it would mean I wouldn't have to provide a live webhook endpoint as my stripe server may not have an associated domain for the public web.
No, that would not work for your use case. You'd want to set up a live webhook endpoint to listent to events in live mode.