[lcrList]: It allows STEP2 Preferred Agent to inquire queued and processed (settled / cancelled / revoked / rejected) LCRs.
POST {{baseUrl}}/lcrList/:senderBIC
The lcrList request allows the STEP2 Preferred Agent to retrieve processed (settled / cancelled / revoked / rejected) and queued LCRs for its settlementBIC
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
ivUserKey
|
string | The subscription key of a Participant. Following the format cn=<SSO+BIC+UserId+T>,o=BIC8,o=swift. SSO is a fixed string, last character is for environment (P for production and T for test) eg SSOUNCRITMMAPI12345P, o=uncritmm,o=swift | |
ivUserBic
|
string | ||
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status OK
{
"dateTime": "2019-06-21T23:20:50.000001",
"endOfList": false,
"lcrs": [
{
"amount": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"businessDateTime": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"instdAgt": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"instdSttlmBIC": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"instgAgt": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"instgSttlmBIC": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"lacNumber": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"lcrReference": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"lcrStatus": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"originalBulkReferenceId": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"originalInputFileReferenceId": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"service": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"settlementDate": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"dbrCrdFlag": {
"value": "<Error: Too many levels of nesting to fake this schema>"
}
},
{
"amount": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"businessDateTime": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"instdAgt": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"instdSttlmBIC": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"instgAgt": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"instgSttlmBIC": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"lacNumber": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"lcrReference": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"lcrStatus": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"originalBulkReferenceId": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"originalInputFileReferenceId": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"service": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"settlementDate": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"dbrCrdFlag": {
"value": "<Error: Too many levels of nesting to fake this schema>"
}
}
],
"offset": "anim ullamco elit aliqua"
} |
ENDPOINTS