GET
/
v1
/
accountStatement
curl --request GET \
  --url https://sandbox.cashfree.com/payout/v1/accountStatement \
  --header 'Authorization: <authorization>'
{
"status": "SUCCESS",
"subCode": "200",
"message": "Account Statement Retrieved",
"data": {
"prevCursor": "",
"nextCursor": "",
"hasNext": false,
"batches": []
}
}

Headers

Authorization
string
required

Authorization header with tokens.

Query Parameters

startTime
integer
required

It is the starting date and time of the information you require in the UNIX timestamp format.

endTime
integer
required

It is the ending date and time of the information you require in the UNIX timestamp format.

limit
integer

It is the number of records to display per page.

cursor
string

It is the cursor to paginate through large sets of data.

paymentInstrumentId
string

It is the unique ID to identify the payment instrument. Use this parameter if you require the account statment for a virtual account.

Response

200
application/json

Account statement retrieved successfully

The response is of type object.