Logo
Swift API Sandbox Collections API Documentation

A Participant can inquiry its Beneficiary PSPs.

POST {{baseUrl}}/listBeneficiary/:senderBic

The List Beneficiary request allows the Liquidity Provider to retrieve all Beneficiaries configured in the System for its BIC

 

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:50.000001", "endOfList": "1", "listBeneficiary": [ { "beneficiaryBic": { "value": "<Error: Too many levels of nesting to fake this schema>" }, "beneficiaryName": { "value": "<Error: Too many levels of nesting to fake this schema>" }, "beneficiaryAccount": { "value": "<Error: Too many levels of nesting to fake this schema>" } }, { "beneficiaryBic": { "value": "<Error: Too many levels of nesting to fake this schema>" }, "beneficiaryName": { "value": "<Error: Too many levels of nesting to fake this schema>" }, "beneficiaryAccount": { "value": "<Error: Too many levels of nesting to fake this schema>" } } ], "offset": "sit in in non pariatur" }

Curl
curl -X POST 'https://sandbox.swift.com/ebacl-rt1/v1/listBeneficiary/: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":{"participantBic":"IPSDID21"},"offset":"sint velit Duis"}'

ENDPOINTS