Fetch Single Settlement

Use this API to fetch transactions that are part of a single settlement.

Click to view the detailed response parameters and response codes.

Response Parameters

ParameterDescription
statusStatus of API call. Values are - OK and ERROR
transactionsList of transactions
messageResponse message (will have the reason when status is sent as ERROR)
lastIdID of the last transaction returned. Use it in your next request if current one didn’t return all the transactions

Settlement Objects

ParameterDescription
id (Float)Settlement Id (use it to fetch transactions that are part of this settlement).
orderId (String)Merchant order id that is passed during payment request.
referenceId (String)Cashfree reference id of the transaction.
txAmount (String)Transaction amount.
paymentMode (String)Payment mode of transaction, if payment has been attempted.
bankName (String)Name of the bank if payment has been attempted (only in case of Netbanking).
serviceCharge (String)Cashfree service charge.
serviceTax (String)Payable Service Tax levied on Service Charge.
settlementAmount (String)Amount after deducting service charge and service tax from the transaction amount.
txTime (String)Transaction time.

Response Codes

Sub CodeStatusMessage
200OKPlease provide a valid appId
200OKPlease provide a valid secretKey
Language