> ## Documentation Index
> Fetch the complete documentation index at: https://docs.base44.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Tracking payments in your app

> Use the Payments tab to track your app's revenue, transactions, and subscriptions in one place.

Track your app's sales from your app dashboard. Compare revenue across periods, review every payment, and see which customers are on a recurring plan.

<Frame caption="The Payments tab in your app dashboard">
  <img src="https://mintcdn.com/base44/BQzGqWPYFBXIXh5U/images/payments-tab-overview.png?fit=max&auto=format&n=BQzGqWPYFBXIXh5U&q=85&s=35adabaf617f499f328a8b95afcee23b" alt="The Payments tab in an app dashboard, showing net revenue, transaction counts, a revenue chart, and recent transactions." width="1024" height="645" data-path="images/payments-tab-overview.png" />
</Frame>

<Tip>
  The Payments tab appears once you connect a payment provider. See [Setting up Base44 Payments](/Setting-up-your-app/setting-up-wix-payments) or [Setting up Stripe](/documentation/setting-up-your-app/setting-up-payments).
</Tip>

***

## Viewing your payments

Your payment data is grouped into tabs: Overview for your totals and revenue trend, Transactions for every individual payment, and Subscriptions when your app sells recurring plans.

### Overview

The Overview tab summarizes how your app is selling over a period you choose.

**To view your payment overview:**

1. Go to your app dashboard.
2. Click **Payments**.
3. Under Payment activity, click **7 days**, **30 days**, or **90 days**.

Base44 shows 30 days by default. The tab shows:

* **Net revenue:** Your total for the selected period, with the change against the previous period and a chart of the trend, calculated net of refunds.
* **Transactions:** A count for the period, with a breakdown of how many succeeded, were refunded, and failed.
* **Active subscriptions:** A count of the customers currently on a plan.
* **Recent transactions:** Your latest 5, with **View all** to open your full list.

<Note>
  When your app takes payments in more than one currency, a **Currency** picker appears on the Overview tab. Use it to choose which currency to report, so your net revenue and your chart always show a single currency.
</Note>

### Transactions

The Transactions tab lists every transaction for your app, with the newest first.

**To view your transactions:**

1. Go to your app dashboard.
2. Click **Payments**.
3. Click **Transactions**.

Each row shows the Customer, Amount, Status, and Date. Scroll the list to load more transactions.

<Frame caption="The Transactions tab, listing every payment and its status">
  <img src="https://mintcdn.com/base44/soQaJbX5O7U5AuMp/images/payment-tab-transactions.png?fit=max&auto=format&n=soQaJbX5O7U5AuMp&q=85&s=d00866f56775371def207303192be43c" alt="The Transactions tab showing payments with customer, amount, status, and date columns." width="1201" height="508" data-path="images/payment-tab-transactions.png" />
</Frame>

A transaction has one of these statuses:

* **Succeeded:** The payment went through.
* **Refunded:** The amount was returned to the customer.
* **Failed:** The payment was reversed after a dispute.

### Subscriptions

Your app can sell recurring plans through either Base44 Payments or Stripe. Ask the AI chat to add subscriptions to get started. The Subscriptions tab appears once your app sells plans through Base44 Payments.

**To view your subscriptions:**

1. Go to your app dashboard.
2. Click **Payments**.
3. Click **Subscriptions**.

The tab lists the plans your customers are on, with Active subscriptions and Total subscriptions counts at the top. Each row shows the Plan and its billing cycle, Customer, Amount, Status, and Next charge date.

<Frame caption="The Subscriptions tab, listing your recurring plans">
  <img src="https://mintcdn.com/base44/BQzGqWPYFBXIXh5U/images/payments-tab-subscriptions.png?fit=max&auto=format&n=BQzGqWPYFBXIXh5U&q=85&s=a7da7adb22d2ac2f5664327166552346" alt="A Subscriptions tab showing a monthly plan with its customer, amount, status, and next charge date." width="1024" height="473" data-path="images/payments-tab-subscriptions.png" />
</Frame>

A subscription has one of these statuses:

* **Active:** Billing on schedule.
* **Canceling:** The plan stays active until the end of the current period, then stops renewing.
* **Past due:** A payment failed and the plan is at risk.
* **Canceled:** The plan has stopped.
* **Paused:** Billing is on hold.

<Note>
  View and manage subscriptions sold through Stripe in your Stripe dashboard. See [Setting up payment flows](/documentation/setting-up-your-app/setting-up-payments#setting-up-payment-flows).
</Note>

***

## FAQs

Click a question below to learn more about tracking your payments.

<AccordionGroup>
  <Accordion title="Where does the payment data come from?">
    The Payments tab reads the transactions and subscriptions recorded for the payment provider connected to your app, so the figures match what your provider has processed.
  </Accordion>

  <Accordion title="Why is my net revenue different from the total of my transactions?">
    Net revenue subtracts refunded amounts, so it can be lower than your transaction total. Your transaction counts include every transaction, including the ones that were refunded or failed.
  </Accordion>

  <Accordion title="How do I refund a customer or handle a dispute?">
    Refunds, disputes, payouts, and receipts are managed in your payment provider's dashboard. Open it from your **Payments** tab: click **Open Base44 Payments**, or **Open Stripe dashboard** if your app uses Stripe. Refunds and disputes appear in your Transactions list once they are processed.

    For Base44 Payments, see [Issuing refunds](/Setting-up-your-app/setting-up-wix-payments#issuing-refunds). For Stripe, see [Refunds](https://docs.stripe.com/refunds) in the Stripe documentation.
  </Accordion>

  <Accordion title="Why don't I see the Payments tab in my native app?">
    Apple's App Store rules limit how payments are handled inside native apps, so the Payments tab is not part of the Base44 app on iPhone and iPad. Open your app dashboard in a browser to view your revenue, transactions, and subscriptions.
  </Accordion>
</AccordionGroup>
