Hello,
My app is currently under review, and I’m trying to implement monetization. However, I’m a bit confused about what exactly I need to do in my code. According to the documentation and some community posts, Monday takes care of monetization for seat-based plans automatically, so I shouldn’t have to implement anything myself.
That said, the review process requires me to add monetization to my code.
My app is a simple item-view app, so all it needs to do is hide the iframe. Since Monday already knows which plan a customer has purchased and the number of seats in their account, it should be able to block the iframe without any additional code from the developer.
I’m a bit lost here. Please help.