---
title: "List Stripe Customers"
method: GET
path: "/api/payments/stripe/{environment}/customers"
tags: ["Stripe Payments"]
---

# List Stripe Customers

`GET /api/payments/stripe/{environment}/customers`

Admin/debug read for mirrored Stripe customers. This is a display mirror only and should not replace app-owned billing tables.

## Path parameters

- `environment` 'test' | 'live', required

## Query parameters

- `limit` integer

## Response `200`

Stripe customers

- ListPaymentCustomersResponse
  - `customers` PaymentCustomerListItem[], required
    - `environment` 'test' | 'live', required
    - `provider` 'stripe' | 'razorpay', required
    - `providerCustomerId` string, required
    - `email` string, nullable, required
    - `name` string, nullable, required
    - `phone` string, nullable, required
    - `deleted` boolean, required
    - `metadata` Metadata, required
    - `providerCreatedAt` string, date-time, nullable, required
    - `syncedAt` string, date-time, required
    - `paymentsCount` integer, required
    - `lastPaymentAt` string, date-time, nullable, required
    - `totalSpend` integer, nullable, required
    - `totalSpendCurrency` string, nullable, required
    - `paymentMethodBrand` string, nullable, required
    - `paymentMethodLast4` string, nullable, required
    - `countryCode` string, nullable, required

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/insforge/apis/insforge-authentication-api.md) · [All operations](https://skmtc.net/insforge/apis/insforge-authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/insforge/insforge-authentication-api/revisions/a935bb49f932/schema)
