It allows to inquire the Transactions sent or received by the Participant.
POST {{baseUrl}}/listTransactions/:senderBIC
The listTransactions request allows a participant to retrieve the list of its transactions (sent or received). If no record is found for the set criteria of the request, the HTTP Code 204 is returned with the Response.
Request Body
{"dateTime"=>"2019-06-21T23:20:50.000001", "searchCriteria"=>{"fileType"=>"IDF", "PACSMessageType"=>"Pacs.003", "settlementCycle"=>"01", "lac"=>"95", "cgs"=>true, "instructingAgent"=>"TESTIT88", "instructedAgent"=>"TESTIT88", "transactionStatus"=>"STG", "bulkReference"=>"TESTBULKREF135000000000000000000123", "transactionRefId"=>"TRXTTRANSEF135000000000000000000123", "creditorAgent"=>"TESBIC22XXX", "debtorAgent"=>"TESBIC22XXX", "processingBusinessDate"=>"2019-06-21", "IDFReference"=>"TESTFILEREF01234", "DVFReference"=>"TESTFILEREF01234", "debitProduct"=>"CAI", "interbankSettlementDate"=>"2019-06-21", "sequenceType"=>"RCUR", "creditorId"=>"CREDITORSEF135000000000000000000123", "mandateId"=>"TESTTRANSEF135000000000000000000123", "transactionType"=>"RET", "originalTransactionId"=>"TRXTTRANSEF135000000000000000000123", "settlementDate"=>"2019-06-21", "originalSettlementDate"=>"2019-06-21", "originalAmount"=>10000.01, "offset"=>"AAaa88ss2345fggGGDDaaaHH"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
ivUserKey | string | The subscription key of a Participant. cn=<SSO+BIC+UserId+T>,o=BIC8,o=swift. SSO is a fixed string, last char 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":{},"endOfList":true,"transactions":[{"bulkReference":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"creditorBankBIC":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"debtorBankBIC":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"fileType":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"instructedBIC":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"instructingBIC":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"interbankSettlementAmount":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"interbankSettlementDate":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"processingBsnDate":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"transactionId":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"transactionStatus":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"transactionType":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"settlementCycle":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"lac":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"creditorOutBulkReference":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"debitorOutBulkReference":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"offset":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},{"bulkReference":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"creditorBankBIC":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"debtorBankBIC":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"fileType":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"instructedBIC":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"instructingBIC":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"interbankSettlementAmount":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"interbankSettlementDate":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"processingBsnDate":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"transactionId":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"transactionStatus":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"transactionType":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"settlementCycle":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"lac":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"creditorOutBulkReference":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"debitorOutBulkReference":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"offset":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}}]}