v1
latestOpenAPI 3.0.32026-07-26172157253.6 KBRazorpay Payments
List Razorpay Subscriptions
Admin/debug read for mirrored Razorpay subscriptions. Use app-owned tables with RLS for end-user payment state.
get/api/payments/razorpay/{environment}/subscriptions
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 subscriptions
Example response
{
"subscriptions": [
{
"subscriptionId": "sub_123",
"planId": "plan_123",
"customerId": "cust_123",
"authorizationPaymentId": "pay_123"
}
]
}