Logo
Swift API Sandbox Collections API Documentation

A Participant can inquiry the details of a single file.

POST {{baseUrl}}/fileDetails/:senderBic

The FileDetails request allows the Participant to retrieve the details of a file received from the SCT Inst. The response returns the details of the file specified.

 

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", "fileReference": "minim sed", "fileType": "RSF", "receiverBic": "IPSDID21", "sendingDateTime": "2019-06-21T23:20:50.000001", "businessDate": "2019-06-21", "netFileName": "adipisicing incididun", "network": "EAS", "lac": "2", "fileStatus": "", "listDRRData": { "recordType": "amet", "ipDataDRR": { "amountHeldIP": { "value": "<Error: Too many levels of nesting to fake this schema>" }, "numHeldIP": { "value": "<Error: Too many levels of nesting to fake this schema>" }, "ipdata": { "value": "<Error: Too many levels of nesting to fake this schema>" } }, "prrDataDRR": { "numHeldPRR": { "value": "<Error: Too many levels of nesting to fake this schema>" }, "amountHeldPRR": { "value": &
Curl
curl -X POST 'https://sandbox.swift.com/ebacl-rt1/v1/fileDetails/: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":{"fileType":"RSF","fileDate":"2019-06-21","fileReference":"ve"}}'

ENDPOINTS