A Participant can inquiry one specific or the list of messages exchanged with TIPS.
POST {{baseUrl}}/listMessage/:senderBic
A Participant can inquire the list of the relevant messages exchanged with TIPS
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": "1",
"listMessages": [
{
"messageType": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"senderReceiverBic": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"messageId": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"processingDtTm": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"messageStatus": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"accountNumber": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"debAccOwnBic": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"creAccOwnBic": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"ltoType": {
Curl curl -X POST 'https://sandbox.swift.com/ebacl-rt1/v1/listMessage/:senderBic' -H 'ivUserKey: quis fugiat aute dolore' -H 'ivUserBic: IPSDID21' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"dateTime":"2019-06-21T23:20:50.000001","criteria":{"messageType":"camt.005","processingDtFrom":"2019-06-21","intraserviceLtoType":"DEF","messageId":"commodo","senderReceiverBic":"IPSDID21","requestedThrough":"U2A","processingTmFrom":"16:00:00","processingDtTo":"2019-06-21","processingTmTo":"16:00:00","messageStatus":"STD","debAccOwnBic":"IPSDID21XXX","creAccOwnBic":"IPSDID21XXX","settlDate":"2019-06-21","origMessId":"anim dolore","ltoTipsStatus":"RCON","accOrCmbId":"r","accUser":"ea deserunt","tipsTimestampDtFrom":"2019-06-21","tipsTimestampTmFrom":"16:00:00","tipsTimestampDtTo":"2019-06-21","tipsTimestampTmTo":"16:00:00","businessError":"XA01","origTransactionId":"dolor Duis do elit","messageTypeCamt005":"Pacs.008","paymentStatus":"RJTD"},"offset":"id ut"}' ENDPOINTS |