Hi there,
We recently got our application for monetization approved, and I am integrating the monetization SDK on our app - https://monday.com/marketplace/10000012
The SDK documentation says that I should be expecting a app_subscription object as response to the context query, but I am not getting it
Here is the response to monday.context
{"method":"get","type":"context","data":{"theme":"light","account":{"id":"7403972"},"user":{"id":"17067431","isAdmin":true,"isGuest":false,"isViewOnly":false,"countryCode":"IN","currentLanguage":"en","timeFormat":"12H","timeZoneOffset":5},"region":"use1","app":{"id":40223,"clientId":"9949c485aeae833d90caf2d0c56edb43"},"appVersion":{"id":10093649,"name":"Mind Mapping","status":"draft","type":"minor","versionData":{"major":1,"minor":6,"patch":0,"type":"minor"}},"boardIds":[],"viewMode":"fullscreen","editMode":true,"instanceId":-1,"instanceType":"board_view"},"requestId":"xke2t2e"}
Here is the response to app_subscription and app_monetization_status queries
{"data":{"me":{"id":17067431,"name":"Kranthi Kiran","email":"kranthi@thoughtflow.io","account":{"id":7403972,"name":"ThoughtFlow"}},"app_subscription":[],"apps_monetization_status":{"is_supported":true}},"account_id":7403972}
What am I doing wrong?
Would appreciate your help in getting this to work. Thank you.