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

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;endOfList&quot;:&quot;0&quot;,&quot;numPayments&quot;:-31195544,&quot;listPayment&quot;:[{&quot;paymentDetails&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},{&quot;paymentDetails&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}}],&quot;offset&quot;:&quot;ea&quot;}