> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: Report Revenue for Partner Billed Apps ## Article: Partner Billed Apps Reporting ## Article Link: https://dev.wix.com/docs/build-apps/launch-your-app/pricing-and-billing/report-revenue-for-partner-billed-apps.md ## Article Content: # Report Revenue for Partner Billed Apps Partner Billed Apps are apps that charge Wix users outside of the Wix Billing system. You need to provide detailed reports on Wix user charges so that Wix can generate invoices that detail the revenue share split. Partner Billed Apps need approval from the Wix team. You can request approval by [opening a support ticket](https://www.wix.com/support-chatbot?nodeId=25a57397-ccf7-4376-8b74-48d51edf7159&referral=devRels). ## Submit a report > **Note:** If you have more than 1 app, create and submit separate reports for each app. 1. Use this [CSV template](https://d2x3xhvgiqkx42.cloudfront.net/12345678-1234-1234-1234-1234567890ac/8ea3b84d-f31b-453b-821c-e197ed07b679/2022/08/25/0572ee92-1f13-4965-ac75-23e7940503b1/partner_billed_apps_report_template.csv?response-content-disposition=attachment). Add a new row for each transaction without changing the column fields. In the CSV file you create, include the following columns in this order: - **App ID**: Include this for each row. - **App instance**: The [app instance](https://dev.wix.com/docs/build-apps/develop-your-app/access/app-instances/about-app-instances.md) for the specific instance the transaction refers to. - **Transaction Date (dd/mm/yyyy)**: The date of the transaction. Don't include the time. - **Product Name**: The name of the transaction. For example, "Blue Plan - Yearly". - **Gross Revenue, Without Sales Tax (USD)**: The amount of money you charge, excluding sales tax. - **Net app revenue (USD)**: The amount of money you charge, minus agreed-upon expenses such as shipping fees. - **How did you calculate your net app revenue**: An explanation of what you deduct from your gross revenue to get your net app revenue. - **Revenue Share Calculation**: An explanation of how you calculate the amount of revenue share owed for that transaction. If it's your app's first year and you're eligible for 0% revenue share, note that after your regular calculation. - **Owed (USD)**: The amount Wix needs to invoice you for that transaction. Note that for many apps in their first year this should be 0%. 2. Save the CSV file in the following format: `MyAppName Billing Report - Q# YYYY`. 3. Submit the report within a few days of each quarter's end (or each month if you earn more than $10,000 a month) through the [Partner Billing Reporting form](https://www.wix.com/wix-platform/partner-billing). Upload your CSV file along with the required information for the reporting period. ### What happens once you submit a report If Wix has any questions about your report, they will contact you at the reporter email address you provided in the form. Once Wix verifies the report, you'll receive an invoice and instructions on how to pay. ## Configure your app to report billing events via API In addition to submitting a report in CSV format, you're also required to report all billing events using the [External Billing Events API](https://dev.wix.com/docs/rest/app-management/app-billing/external-billing-events/introduction.md). Call the `Report External Billing Event` method for each billing event associated with your app. > **Payment terms**: All payments due to Wix shall be made in United States Dollars (USD). The payment amounts shall be grossed up to account for any and all applicable taxes, including but not limited to withholding taxes, deductions, or other levies. Under no circumstances shall Wix be responsible for the deduction, withholding, or recovery of such taxes. Partners shall ensure that Wix receives the full invoiced amount, without any reductions or withholdings, in accordance with the agreed-upon terms. ## See also - [About monetizing your app](https://dev.wix.com/docs/build-apps/launch-your-app/pricing-and-billing/about-monetizing-your-app.md) - [Set up an external pricing page](https://dev.wix.com/docs/build-apps/launch-your-app/pricing-and-billing/set-up-an-external-pricing-page.md)