Skip to main content
GET
List Orders

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

authorized
boolean

Filter orders by their authorization status. Set to true to return only orders that have been authorized.

Example:

true

receipt
string

Filter orders by a specific receipt number.

Example:

"receipt_1001"

Response

A list of orders.

A paginated list of order objects.

entity
string

Entity type, always collection for list responses.

Example:

"collection"

count
integer

The number of orders returned in this response.

Example:

10

items
object[]

An array of order objects.