Logo
Swift API Sandbox Collections API Documentation

Validate SEPA reachability of a BIC.

GET {{baseUrl}}/bics/:bic/reachability?sepa_scheme=SDD

For a given BIC and SEPA payment scheme, you can validate that it can be reached for SEPA payments and return the SEPA channel CSM (Clearing and Settlement System) through which the bank owning the BIC can be reached; the response also returns the adherence BIC that signed the adherence agreement with the EPC and the intermediary institution's BIC (if applicable and available).

 

Body PARAM

Key Datatype Required Description 
sepa_scheme
string (Required) SEPA service code



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "payment_channels": [ { "id": "VRVL", "member_type": "UKWN", "direct_participant": { "value": "<Error: Too many levels of nesting to fake this schema>" } }, { "id": "T8Q8", "member_type": "UKWN", "direct_participant": { "value": "<Error: Too many levels of nesting to fake this schema>" } } ], "adherence_bic": "SWHTBEBBXXX" }



Curl
curl -X GET 'https://sandbox.swift.com/swiftrefdata/v4/bics/:bic/reachability?sepa_scheme=SDD?sepa_scheme=SDD' -H 'Accept: application/json'

ENDPOINTS