Skip to main content
GET
Fetch payments for a QR code

Authorizations

Authorization
string
header
required

Use your Razorpay Key ID as the username and Key Secret as the password.

Path Parameters

id
string
required

Unique identifier of the QR code.

Example:

"qr_EtjRHL7viz7RCz"

Query Parameters

count
integer
default:10

Number of payments to return. Default is 10, maximum is 100.

Required range: x <= 100
skip
integer
default:0

Number of payments to skip. Used for pagination.

Response

List of payments retrieved successfully.

List of payments received for a QR code.

entity
string

Entity type. Always collection.

Example:

"collection"

count
integer

Number of payments returned.

Example:

1

items
object[]

List of payment objects.