# Monetization overview Monetization is an optional feature, which developers can use to charge fees for and earn revenue from their apps on the Zoom Marketplace. Developers set and determine the prices. Zoom handles all transactions, including taxes and revenue share. ## Requirements - You must provide a free version in addition to the paid version of the app. For example, the free version may have basic features, whereas the paid version may have add-on features. - Paid subscriptions must be no less than **$0.99**. - Monetization is available only to US-based customers and developers. - The business or individual that receives payments and payouts must be in the geographic USA. - Buyers must be in the geographic USA, and transactions are handled in US currency. ## Process 1. Create and publish a monetized app. 1. Set up a [payment account](/docs/distribute/monetization/payment-account/) on the Zoom Marketplace to accept payments. 1. Create a [user-managed general app](/docs/build-flow/create-oauth-apps/) on the Zoom Marketplace. 1. [Add scopes](/docs/distribute/monetization/add-scopes/) for the [Get app user entitlements](/docs/api/marketplace/#tag/app/GET/marketplace/monetization/entitlements) API endpoint. 1. (optional) Subscribe to [monetization webhooks](/docs/distribute/monetization/subscribe-to-webhooks/) to receive notifications about changes to users' subscriptions. 1. Create [pricing plans](/docs/distribute/monetization/pricing-plans/) for your app. You can have up to four pricing plans per app. 1. In your app, implement a get call to the Zoom [Get app user entitlements](/docs/distribute/monetization/get-entitlements/) API. The endpoint enables you to verify that the user is entitled to the paid features. 1. [Test provisioning](/docs/distribute/monetization/provisioning-testing/) for your app. 1. [Submit the app](/docs/distribute/app-submission/submit-apps-review/) to the Zoom for approval and publish to the Zoom App Marketplace. 2. Admins purchase licenses for your app on the Zoom App Marketplace, and assign them to users. 3. When the app initializes it calls the entitlements API to get the user entitlements to paid plans. Based on these entitlements, your app provisions the associated paid plan features. 4. You are responsible for receiving the webhooks and [provisioning](/docs/distribute/monetization/provisioning/) the paid services to customers. Zoom processes all payments and pays the proceeds to your payment account less Zoom's commission and taxes. For more information, see [Pricing and Fees FAQ](/docs/distribute/monetization/pricing-fees-faq/). If you have questions related to app monetization, go to [Zoom Developers Forum - monetization](https://devforum.zoom.us/c/marketplace/monetization)