A Participant can inquiry the detail of a single payment.

POST {{baseUrl}}/paymentDetails/:senderBic

The PaymentDetails request allows the Participant to retrieve the details of a specific Payment Transaction that it sent to or received from the SCT Inst. The response returns the requested details.

Request Body

{"dateTime"=>"2019-06-21T23:20:50.000001", "criteria"=>{"acceptanceDateTime"=>"2019-05-02T22:22:00.123-01:10", "transactionId"=>"laborum Ut esse est", "debtorBic"=>"IPSDID21XXX", "csm"=>"TIPS"}}

HEADERS

KeyDatatypeRequiredDescription
ivUserKeystringThe 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
ivUserBicstring
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;dateTime&quot;:&quot;2019-06-21T23:20:50.000001&quot;,&quot;paymentDetails&quot;:{&quot;acceptanceDateTime&quot;:&quot;2019-05-02T22:22:00.123-01:10&quot;,&quot;transactionId&quot;:&quot;ut in mollit co&quot;,&quot;debtorBic&quot;:&quot;IPSDID21XXX&quot;},&quot;interbankSettlementDate&quot;:&quot;2019-06-21T23:20:50.000001&quot;,&quot;creditorBic&quot;:&quot;IPSDID21XXX&quot;,&quot;instructingBic&quot;:&quot;IPSDID21&quot;,&quot;instructedBic&quot;:&quot;IPSDID21&quot;,&quot;amount&quot;:279413435695.64044,&quot;acceptanceTime&quot;:&quot;16:00:00&quot;,&quot;productId&quot;:&quot;com&quot;,&quot;aos&quot;:&quot;A01&quot;,&quot;receptionTime&quot;:&quot;16:00:00&quot;,&quot;sendingTime&quot;:&quot;16:00:00&quot;,&quot;confirmationTime&quot;:&quot;16:00:00&quot;,&quot;sendingConfirmationTime&quot;:&quot;16:00:00&quot;,&quot;ipStatus&quot;:&quot;con&quot;,&quot;reasonCode&quot;:&quot;a&quot;}