A Participant can inquiry one specific or the list of Funding and Defunding Instructions issued in TIPS for a BIC.
POST {{baseUrl}}/listInstructionsFundingDefunding/:senderBic
The ListInstructionsFundingDefunding request returns a list of all instructions present in the SCT Inst for a specific BIC and is sorted by Date. It is possible to fill one or more fields as filtering criteria: in that case, the API Response returns the full set of rows corresponding to the filter criteria. If the Participant is an LP, it is allowed to inquire the instructions of the LSPs whose liquidity management is responsible for. If the Participant is the Owner of a Pool, it is allowed to inquire the instructions of another BIC that is a Member of the Pool that it owns. The configuration of LSP and Pools taken into account for checks by the system is the one present at the moment in which the API Request is received: no restriction is applied to old stored instructions for which a different configuration was active. If all the checks pass, but the system does not find any instruction related to the filtering criteria of the Request, the reason Code 204 – No Record Found is returned. The resulting list shall contain a maximum of 1000 rows satisfying the criteria, in the case that the result has more than 1000 matching instructions, the response will contain an offset. By resubmitting the same request with a different offset value the Participant can retrieve all matching instructions
Body
PARAM
Key | Datatype | Required | Description |
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: Curl curl -X POST 'https://sandbox.swift.com/ebacl-rt1/v1/listInstructionsFundingDefunding/:senderBic' -H 'ivUserKey: quis fugiat aute dolore' -H 'ivUserBic: IPSDID21' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"dateTime":"2019-06-21T23:20:50.000001","criteria":{"type":"RFU","dateFrom":"2019-06-21","dateTo":"2019-06-21","bic":"IPSDID21","reference":"nostr","status":"VAL","amountRangeFrom":698152168514.6694,"amountRangeTo":494071056085.5518,"debtorSettlementBic":"IPSDID21XXX","creditorSettlementBic":"IPSDID21XXX"},"offset":"do adipisicing"}' ENDPOINTS |