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

# Customers

> View and manage your customers from the dashboard.

Every customer who completes a purchase through Suby gets a customer record automatically. View their full history, manage their subscriptions, and issue refunds directly from the dashboard.

<Frame>
  <img src="https://mintcdn.com/suby/zYuH5Pvgv9ub8941/images/customers.png?fit=max&auto=format&n=zYuH5Pvgv9ub8941&q=85&s=c875fa0e88c372445d538625158e0189" alt="Customers" width="2810" height="1336" data-path="images/customers.png" />
</Frame>

## Customer Profile

Each customer record includes:

* Full payment history, every transaction linked to that customer
* Active subscriptions, all current active subscriptions across any of your products
* Subscription status, active, cancelled, past due
* Payment method on file

## What You Can Do

<CardGroup cols={2}>
  <Card title="View Payment History" icon="clock">
    See every payment the customer has made, with status, amount, date, and product.
  </Card>

  <Card title="Issue a Refund" icon="rotate-left">
    Refund any successful transaction directly from the customer profile without navigating to the Transactions page.
  </Card>

  <Card title="Manage Subscriptions" icon="rotate">
    A customer can have multiple active subscriptions simultaneously. Cancel any individual subscription without affecting their others.
  </Card>
</CardGroup>

## Accessing Customers

<Steps>
  <Step title="Go to Customers">
    Navigate to **Customers** in your dashboard.
  </Step>

  <Step title="Search">
    Search by email or name.
  </Step>

  <Step title="Open profile">
    Click on a customer to open their full profile.
  </Step>
</Steps>

## Via API

<Card title="Full API Reference" icon="code" href="/v2/api-reference/customers/list">
  Endpoints, parameters, and response objects for Customers.
</Card>
