Retrieves the list of pay out transactions
get
/service/v1/payInOutListing
This API retrieves the list of pay out transactions.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
limit(optional): integer
LimitDefault Value:
0
-
nettingCcy(optional): string
Netting Currency
-
nettingTxnNo(optional): string
Back Office Reference No of Netting Txn
-
offset(optional): integer
OffsetDefault Value:
0
-
partyId: string
Logged in Party Id
-
payInIdentifier(optional): string
Pay In Identifier
-
payOutStatus(optional): string
PayInOut To Date
Header Parameters
-
appId: string
Source Application Id
-
branchCode: string
Branch Code
-
userId: string
Source User id
Response
Supported Media Types
- application/json
- application/xml
200 Response
Successfully performs the operation
Root Schema : NettingTxnInquiryCollection
Type:
object
Collection of Netting Transactions.
Show Source
Nested Schema : data
Type:
Show Source
array
-
Array of:
object NettingTxnInquiryModel
Netting Transactions Inquiry model
Nested Schema : errors
Type:
Show Source
array
-
Array of:
object ErrorDTO
Netting Transactions Status Update Errors
Nested Schema : PagingDto
Type:
object
Paging Dto
Show Source
-
totalResults(optional):
integer
Total Results
Nested Schema : NettingTxnInquiryModel
Type:
object
Netting Transactions Inquiry model
Show Source
-
beneficiaryId(optional):
string
Beneficiary Id
-
id(optional):
string
Id
-
loginEntityType(optional):
string
Login Entity Type
-
modNo(optional):
integer
Mod No
-
netPayIn(optional):
number
Net Pay In
-
netPayOut(optional):
number
Net Pay Out
-
nettingTxnDate(optional):
string
Netting Txn Date
-
nettingTxnNo(optional):
string
Netting Txn No
-
nettingTxnStatus(optional):
string
Netting Txn Status
-
nettingTxnType(optional):
string
Netting Txn Type
-
payInOutDate(optional):
string
PayInOut Date
-
payInStatus(optional):
string
Pay In Status
-
payOutStatus(optional):
string
Pay Out Status
-
settlementDate(optional):
string
Settlement Date
-
stage(optional):
string
Stage
-
structureDescription(optional):
string
Structure Description
-
transactionOwnerDescription(optional):
string
Transaction Owner Description
-
transactionOwnerRole(optional):
string
Transaction Owner Role
Nested Schema : ErrorDTO
Type:
object
Netting Transactions Status Update Errors
Show Source
-
errorCode(optional):
string
Error Code
-
errorDesc(optional):
string
Error Description
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error