Get Statement

Use this API to view the statement or transactions of the issued card.

Click to view the response codes.

Response Codes

Sub CodeStatusMessageAction
200OK--
400ERRORfrom : invalid valueEnter a valid input in the from parameter.
400ERRORto : invalid valueEnter a valid input in the to parameter.
403ERRORfailed to authenticateEnsure the client ID, secret key, and API version are mentioned in the API.
404ERRORcustomer with given id not foundEnter a valid input in the customer_id parameter.
404ERRORinstrument with given id not foundEnter a valid input in the instrument_id parameter.
Click to view the response parameters.

Response Parameters

ParameterDescription
customer_idIt represents the unique ID entered to identify the customer.
has_moreThe value true represents that the customer has more instruments.

The value false represents that the customer does not have any more instruments.
instrument_idIt represents the unique ID entered to identify the prepaid payments instrument(PPI).
instrument_typeIt represents the type of the instrument. It is a hardcoded value - PREPAID_CARD.
amountIt represents the recharge amount added to the instrument.
bank_reference_numberIt represents the bank reference number for the particular transaction.
closing_balanceIt represents the closing balance of the card or instrument on the day of the particular transaction.
kit_numberIt represents the kit number of the prepaid card created by Cashfree Payments.
merchant_idIt represents the ID to identify the merchant.
merchant_nameIt represents the name of the merchant.
transaction_event_typeIt represents the type of transaction. CREDIT represents the money received and DEBIT represents the
transaction_idIt represents the created ID to identify the transaction.
transaction_statusIt represents the status of the transaction.
transaction_timeIt represents the time of the transaction.
transaction_typeIt represents the type of transaction.

Language