Search for PMI participants.
GET {{baseUrl}}/pmis/participants?service_id_substring=STEP1&participant_id_substring=GEB&participant_name_substring=BNP&country_code=BE&offset=20&limit=20
Get a list of PMI (Payment Market Infrastructure) participants matching the input parameters.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
service_id_substring | string | Part of the service ID of a Payment Market Infrastructure | |
participant_id_substring | string | Part of a Payment Market Infrastructure participant ID | |
participant_name_substring | string | Part of a Payment Market Infrastructure participant name | |
country_code | string | The 2-character ISO 3166-1 country code of a Payment Market Infrastructure | |
offset | number | The number of records to skip before starting to collect the result set | |
limit | number | The number of records to return |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"data":[{"service_id":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"participant_id":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"links":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}],"alternative_service_ids":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}],"participant_name":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"country_code":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}}],"links":[{"href":"https://api.swift.com/swiftrefdata/v4/pmis/participants?offset=0\u0026limit=20","rel":"first","type":"GET"}]}