v1

latestOpenAPI 3.0.32026-07-26172157253.6 KB
Razorpay Payments

List Razorpay Transactions

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

get/api/payments/razorpay/{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

Razorpay transactions

Example response

{
  "transactions": [
    {
      "providerCustomerId": "cus_123",
      "providerReferenceId": "pi_123",
      "providerReferenceType": "payment_intent",
      "amount": 2900,
      "currency": "usd"
    }
  ]
}