Greetings Forum Community,
We have a website setup and Pricing Plans configured for subscriptions. To keep our database informed, we have setup a Webhook for Pricing Plan orders. First time setup, so bear with my noob questions.
(Sidebar: are webhooks fired when a pricing plan is selected or when it is paid?)
Our website is live, but we have yet to advertise it to our users. Apparently, there is no way to test Pricing Plan orders by placing test orders. So, to test webhook connectivity and payload transport, we have setup some hidden Wix Store products with Webhooks to notify our server about any orders. To our surprise, the payload is sent as raw JSON values rather than packed in a JWT. Also, none of the orders are paid, just placed. We really only care about paid order notifications.
From reading other posts, it appears that a JWT payload is only sent from apps installed on the site. Do I have to create and install an app on our website? If so, are there examples or docs for the minimum app required for webhooks with JWT data? It would really be it’s only purpose.
Thanks,