Hi,
I have implemented the Clover recurring payment API and am successfully able to create the plan, customer, and subscription—everything is working fine following this link.The problem I am facing is that I want to add additional information to the subscription and receive it in the webhook packet. I have tried using the "note" field in both the plan and subscription at the time of creation, but I am not receiving it in the webhook packet . Currently I am receiving the following object in webhook following this link.
{"appId":"xxxxxxxxxxxxx","merchants":{"xxxxxxxxxxxxx":[{"objectId":"P:xxxxxxxxxxxxx","type":"CREATE","ts":1727253717635}]}}