Logo
Swift API Sandbox Collections API Documentation

A Participant can inquiry the detail of a specific message exchanged with TIPS.

POST {{baseUrl}}/messageDetails/:senderBic

The MessageDetails request allows the Participant to retrieve the details of a specific message, 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", "messageDetails": { "messageType": "camt.050OBLT", "transmStatusTransDtTm": "2019-06-21T23:20:50.000001", "errStatusTransDtTm": "2019-06-21T23:20:50.000001", "notStatusTransDtTm": "2019-06-21T23:20:50.000001", "rejStatusTransDtTm": "2019-06-21T23:20:50.000001", "messageId": "in laborum amet ex nisi", "processDataTime": "2019-06-21T23:20:50.000001", "messageStatus": "RJS", "camt050ReFromPartDtTm": "2019-06-21T23:20:50.000001", "senderBic": "IPSDID21", "liquiTransfId": "magna d", "endToEndId": "ullamc", "credAccOwnBic": "IPSDID21XXX", "debAccoOwnBic": "IPSDID21XXX", "accToBeCred": "irure", "amountToBeTraser": 582283335830.4551, "accToBeDeb": "dolor c", "settlDate": "2019-06-21", "requestedThrough": "U2A", "camt025ReceDtTmFromTIPS": "2019-06-21T2
Curl
curl -X POST 'https://sandbox.swift.com/ebacl-rt1/v1/messageDetails/: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.050FNLTDFLT","messageId":"nisi sit ","senderReceiverBic":"IPSDID21","processingDtTm":"2019-06-21T23:20:50.000001"}}'

ENDPOINTS