Get Subscription Payments
Subscriptions
Get Subscription Payments
Fetch all payments from the internal system associated with a subscription.
GET
Get Subscription Payments
Fetch all payments from the internal system associated with the given subscription. Available for all payment gateways and all environments (including production).
Path Parameters
string
required
The unique identifier (uid) of the subscription.
Response Fields
string
Unique identifier of the payment request.
string
Unique identifier of the associated order.
string
Merchant-facing reference ID for the order.
number
Payment amount in the billing currency (e.g., INR).
string
ISO 4217 currency code (e.g.,
INR).string
Payment status. One of:
PENDING— Payment is pendingCAPTURED— Payment was successfully capturedFAILED— Payment failedINVALID— Payment is invalid
string
Type of payment. One of:
REGULAR— One-time paymentRECURRING— Recurring subscription paymentMANDATE— Mandate/authorization payment
string
Mode of payment. One of:
CREDIT_CARD, DEBIT_CARD, UPI, NET_BANKING, WALLET, QR, EMI, BNPL, CARD, VBA_TRANSFER.string
Bank reference number for the transaction.
string
Additional status message or failure reason.
string
ISO 8601 timestamp when the payment record was created.
string
ISO 8601 timestamp when the payment was completed at the gateway.