Retrieves the list of uncollected amount transactions
get
/service/uncollectedAmtTxns
This endpoint is used to retrieve the list of uncollected amount transactions.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
endDate(optional): string
End Date
-
entrySerialNo(optional): number
Entry Serial number
-
startDate(optional): string
Start Date
-
txnRefNo(optional): string
Transaction Reference Number
-
virtualAccountNo(optional): string
Virtual Account Number
Header Parameters
-
sourceCode: string
Source from which request is initiated
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of succes or failure
Headers
-
Location: string
URL of newly created balance
Nested Schema : UncollectedAmtServiceDto
Type:
Show Source
object
-
actualReleaseDate(optional):
string
-
entrySerialNo(optional):
number
-
expectedReleaseDate(optional):
string
-
releaseType(optional):
string
-
sourceRefNo(optional):
string
-
txnRefNo(optional):
string
-
uncollectedAmount(optional):
number
-
vaCcy(optional):
string
-
valueDate(optional):
string
-
virtualAccount(optional):
string
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