Customer Detail View
Customer Detail View
The customer detail page (/dashboard/customers/:id) provides a consolidated view of everything related to a single customer — their payment history, active subscriptions, and invoices — all in one place.
Accessing the Page
Navigate to /dashboard/customers/:id, replacing :id with the customer's unique identifier. You can reach this page by clicking on any customer in the /dashboard/customers list.
Sections
Customer Profile
The top of the page displays the customer's core profile information for quick identification.
Payment History
A table of all payment intents associated with this customer is shown, including:
| Field | Description |
|---|---|
| Payment Intent ID | Unique identifier for the payment attempt |
| Amount | The charge amount |
| Status | Current status of the payment intent |
Payment intent statuses include:
succeeded— Payment completed successfullyprocessing— Payment is in progressrequires_action— Customer action required (e.g. 3DS)failed— Payment did not complete
Active Subscriptions
Lists every active subscription tied to the customer. Each subscription entry shows:
- Plan / product name
- Next billing date — When the customer will next be charged
- Cancel button — Click to cancel the subscription immediately from this view
Note: Cancelling a subscription from this view is an operator-level action. Ensure you have confirmed intent with the customer before proceeding.
Invoices
All invoices generated for this customer are listed here. Each row includes:
- Invoice ID
- Amount
- Status (e.g. paid, open, void)
- PDF Download — A direct link to download the invoice as a PDF, suitable for sending to the customer or storing for accounting purposes.
Cancelling a Subscription
- Locate the subscription under Active Subscriptions.
- Click the Cancel Subscription button on the relevant row.
- Confirm the cancellation when prompted.
The subscription status will update and the customer will no longer be billed on future billing dates.
Downloading an Invoice PDF
- Scroll to the Invoices section.
- Find the relevant invoice row.
- Click the Download PDF link.
The invoice PDF will be downloaded directly to your browser.