Skip to main content
Fetch the current status and details of a payment session. Use this endpoint to poll or confirm the outcome of a payment after checkout. No authentication required — this is a public endpoint.

Request

GET /payments/session/{sessionId}

Path Parameters

string
required
The unique identifier of the payment session to retrieve.

Response

string
The session identifier.
string
The current status of the payment session (e.g. pending, completed, failed).
integer
The session amount in paise.
string
The currency for this session. Always INR.
string
The payment mode associated with this session.

Example