A Participant can inquiry the list of pacs.008 in which he is or the instructing or the instructed agent.
POST {{baseUrl}}/listPayments/:senderBic
The system shall use the AcceptanceDateTimeFrom timestamp as the start point of the search and the same UTC format as the AT-50 contained in the instant payment pacs.008. The Participant has the option to specify the AcceptanceDateTimeFrom up to the level of milliseconds to fine-tune the timeframe of the search.
Request Body
{"dateTime"=>"2019-06-21T23:20:50.000001", "criteria"=>{"paymentDetails"=>{"acceptanceDateTimeFrom"=>"2019-05-02T22:22:00.123-01:10", "transactionId"=>"string", "debtorBic"=>"IPSDID21XXX", "creditorBic"=>"IPSDID21XXX", "instructingBic"=>"IPSDID21", "instructedBic"=>"IPSDID21", "ipStatus"=>"PBB", "lac"=>"9", "endToEndID"=>"string", "csm"=>"RT1", "amountRange"=>{"amountRangeFrom"=>999999999999.99, "amountRangeTo"=>999999999999.99}}}, "offset"=>"string"}
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":"0","numPayments":-31195544,"listPayment":[{"paymentDetails":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},{"paymentDetails":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}}],"offset":"ea"}