v1
latestOpenAPI 3.0.32026-07-26172157253.6 KBStripe Payments
List Stripe 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.
get/api/payments/stripe/{environment}/transactions
Path parameters
environment'test' | 'live' required
Payment provider environment.
Query parameters
subjectTypestring
Billing subject type. Must be provided together with subjectId.
subjectIdstring
Billing subject ID. Must be provided together with subjectType.
limitinteger
Maximum rows to return.
Response
Stripe transactions
Example response
{
"transactions": [
{
"providerCustomerId": "cus_123",
"providerReferenceId": "pi_123",
"providerReferenceType": "payment_intent",
"amount": 2900,
"currency": "usd"
}
]
}