Skip to main content
GET
List Settlements

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

Response

A list of settlements.

A paginated list of settlement objects.

entity
string

Entity type, always collection for list responses.

Example:

"collection"

count
integer

The number of settlements returned in this response.

Example:

10

items
object[]

An array of settlement objects.