Get SSIs for a BIC.
GET {{baseUrl}}/bics/:bic/ssis?iso_currency_code=EUR&asset_category=COPA
For a given BIC, you can retrieve the Standing Settlement Instructions (SSIs) for that BIC, for a given currency, and (optionally) an asset category.
Body
PARAM
Key | Datatype | Required | Description |
iso_currency_code
|
string | (Required) A 3-character currency code for which SSI data needs to be retrieved | |
asset_category
|
string | Code that indicates the asset category for which SSI data needs to be retrieved |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"ssis": [
{
"owner": {
"bic": "DEUTDEFFXXX",
"institution_name": "Deutsche Bank AG",
"city": "FRANKFURT AM MAIN",
"iso_country_code": "DE"
},
"iso_currency_code": "USD",
"asset_category": "MMKT",
"account_holding_institution": {
"bic": "CITIUS33XXX",
"institution_name": "CITIBANK N.A.",
"iso_country_code": "US",
"account_number": "7892398045980",
"preferred": true,
"institution_type": "CORRESPONDENT"
},
"traffic_flag": true,
"traffic_date": "2021-02-28",
"update_date": "2021-06-30",
"start_date": "2021-01-01",
"stop_date": "2021-12-31"
}
]
} |
ENDPOINTS