Skip to main content
GET
List Payments

Authorizations

Authorization
string
header
required

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

Query Parameters

count
integer
default:10

The number of items to return per page. Maximum value is 100.

Required range: x <= 100
Example:

25

skip
integer
default:0

The number of items to skip from the beginning of the list, used for pagination.

Example:

10

from
integer

Unix timestamp (in seconds). Only items created on or after this time are returned.

Example:

1609459200

to
integer

Unix timestamp (in seconds). Only items created on or before this time are returned.

Example:

1640995200

Response

A list of payments.

A paginated list of payment objects.

entity
string

Entity type, always collection for list responses.

Example:

"collection"

count
integer

The number of payments returned in this response.

Example:

10

items
object[]

An array of payment objects.