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

# List Stripe Transactions

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

Admin/debug read for InsForge's Stripe transaction projection. Use app-owned fulfillment tables with RLS for end-user order, credit, or entitlement state.

## Path parameters

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

## Query parameters

- `subjectType` string
- `subjectId` string
- `limit` integer

## Response `200`

Stripe transactions

- ListPaymentTransactionsResponse
  - `transactions` PaymentTransaction[], required
    - `environment` 'test' | 'live', required
    - `provider` 'stripe' | 'razorpay', required
    - `type` 'one_time_payment' | 'subscription_invoice' | 'refund' | 'failed_payment', required
    - `status` 'succeeded' | 'failed' | 'pending' | 'refunded' | 'partially_refunded', required
    - `subjectType` string, nullable, required
    - `subjectId` string, nullable, required
    - `providerCustomerId` string, nullable, required
    - `customerEmailSnapshot` string, email, nullable, required
    - `providerReferenceId` string, nullable, required
    - `providerReferenceType` string, nullable, required
    - `amount` integer, nullable, required
    - `amountRefunded` integer, nullable, required
    - `currency` string, nullable, required
    - `description` string, nullable, required
    - `paidAt` string, date-time, nullable, required
    - `failedAt` string, date-time, nullable, required
    - `refundedAt` string, date-time, nullable, required
    - `providerCreatedAt` string, date-time, nullable, required
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, 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)
