Skip to main content
POST
Get All Settlements

Authorizations

x-client-id
string
header
required

Client app ID. You can find your app id in the Merchant Dashboard.

x-client-secret
string
header
required

Client secret key. You can find your secret key in the Merchant Dashboard.

Headers

Content-Type
string

application/json.

x-api-version
string
default:2026-01-01
required

API version to be used.

x-request-id
string

Request ID for the API call. Can be used to resolve tech issues. Communicate this in your tech related queries to Cashfree.

x-idempotency-key
string<UUID>

An idempotency key is a unique identifier you include with your API call. If the request fails or times out, you can safely retry it using the same key to avoid duplicate actions.

Accept
string

application/json.

Body

application/json

Request Body to get the settlements.

Request to fetch settlement.

pagination
object
required

To fetch the next set of settlements, pass the cursor received in the response to the next API call. To receive the data for the first time, pass the cursor as null. Limit would be number of settlements that you want to receive.

filters
object
required

Specify either the Settlement ID, Settlement UTR, settlement status, or start date and end date to fetch the settlement details.

Response

OK

Paginated response for Get All Settlements API.

cursor
string | null

Cursor for the next set of settlements. Pass this value in the next API call to fetch the next page. Null if there are no more settlements.

data
object[]
limit
integer

Number of settlement records returned in this response.