I’m trying to use a webhook from an external website/application to send data about new transactions that arrive in that external/application. To create the webhook I need to provide a payload server URL, which as I understand it is where the data will be sent to by the external webhook and so I assume I need this to be the URL of the backend server running my web app on Wix.
How can I find out the payload server URL of my web app so that I can use the webhook?
Thanks