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