Get all the transactions initiated for liquidating interest for virtual account
get
/service/interestLiq
This endpoint is used to get all the transactions initiated for liquidating interest for virtual account.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
authStatus(optional): string
-
checkerId(optional): string
-
limit(optional): integer
limit is maximum no of records to be fetched
-
makerId(optional): string
-
offset(optional): integer
offset is starting no of records to be fetched
-
referenceNo(optional): string
-
sourceCode: string
-
sourceReferenceNo(optional): string
-
virtualAccountNo(optional): string
Response
Supported Media Types
- application/json
- text/csv
- application/xml
201 Response
Returns message of success or failure
Headers
Nested Schema : InterestLiquidationRequestDTO
Type:
Show Source
object
-
accountCurrency(optional):
string
Account Currency Type of the Interest
-
accruedInterest(optional):
number
Accured Interest after Liquidation
-
authStatus(optional):
string
Authorization status of Virtual Account Interest Liquidation Request
-
branchCode(optional):
string
BranchCode number of the VirtualAccount
-
checkerDateStamp(optional):
string
Checker Date time stamp of Virtual Account Interest Liquidation Request
-
checkerId(optional):
string
Checker of Virtual Account Interest Liquidation Request
-
keyId(optional):
string
ID of Interest Liquidation Request
-
makerDateStamp(optional):
string
Maker Date time stamp of Virtual Account Interest Liquidation Request
-
makerId(optional):
string
Maker of Virtual Account Interest Liquidation Request
-
referenceNo(optional):
string
ReferencrNo for the Virtual Account Number
-
sourceCode(optional):
string
Source system from which Virtual Account Interest Liquidation Request is initiated
-
sourceReferenceNo(optional):
string
Source Reference number of Virtual Account Interest Liquidation Request
-
transactionStatus(optional):
string
Transaction status of Virtual Account Interest Liquidation Request
-
virtualAccountNo(optional):
string
Virtual Account number for which Interest Liquidation is requested
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error