Download Transaction Enquiry
post
/service/txnEnquiryDownload
This API returns a base64 encoded CSV file containing Transaction Enquiry details based on input parameters.
Request
Supported Media Types
- application/json
- application/xml
Header Parameters
-
sourceCode(required): string
Source from which request is initiated
Request body contains data required to create generate CSV file
Nested Schema : EnquiryInputDTO-allOf[0]
Type:
Show Source
object
-
drCr:
string
Pattern:
[D,C]
Debit/Credit Indicator -
fromDate(required):
string
Pattern:
[0-9]{4}[-][0-9]{2}[-][0-9]{2}
Date from when the transactions have to be fetched -
includeHierarchy:
string
Pattern:
[Y,N]
Flag to determine if Child Virtual Accounts to be included -
sourceCode:
string
Source Code
-
toDate(required):
string
Pattern:
[0-9]{4}[-][0-9]{2}[-][0-9]{2}
Date till when the transactions have to be fetched -
transactionCcy:
string
Transaction currency
-
transactionFrom:
string
Pattern:
[J,I]
Source of Transaction -
virtualAccount:
string
Virtual Account Number that is being enquired
-
virtualIdentifier:
string
Virtual Identifier that is being enquired
Response
Supported Media Types
- application/json
- application/xml
- text/csv
201 Response
Returns message of success or failure
Headers
Root Schema : AdviceResponse
Type:
object
Advice Response
Show Source
-
documentInbase64:
string
Document in Base64
-
documentNature:
string
Document Content Type for the document
-
documentReferenceId:
string
Document Id for the document
400 Response
Bad request error, the server is unable to process the request
401 Response
Unauthorized request error, invalid credentials
403 Response
Request denied, no permission to access the request
405 Response
Request denied, invalid input
500 Response
Internal server error