v1
latestOpenAPI 3.1.02026-07-2418201.6 MBVirtual Accounts - Get Statement V1
get/core_banking/money_transfer/get_statement
Query parameters
fromstring date required
(mandatory) start date (inclusive). Format (YYYY-MM-DD)
tostring date required
(mandatory) end date (inclusive). Format (YYYY-MM-DD)
account_numberstring
(mandatory) The account number that you need to fetch details for
customer_idstring
(mandatory if mobile_number is not present) Customer ID to fetch the linked account balance for
mobile_numberstring
(mandatory if customer_id is not present) Mobile number of the customer for which the account balance is being fetched
pageinteger
(optional) the page number for viewing the account statement. Should be a valid positive integer. Defaults to 0
limitstring
(optional) The maximum no.of records to show per page. Defaults to 11 records per page if no value is passed.
Headers
client_idstring required
client_secretstring required
module_secretstring required
provider_secretstring required
Response
200
Example response
{
"accountNumber": "XXXXXXXXXXXXXXXXXX",
"ifsc": "YESB0CMSNOC",
"name": "Account name",
"from": "2020-12-09",
"to": "2020-12-10",
"decentroTxnId": "DCTRTX0010101100101011",
"status": "failure",
"responseCode": "E00000",
"message": "Unable to find the transaction statement for the given parameters."
}