Endpoint: https://api.validate.bankersalmanac.com/correspondents
Swagger link: https://api.validate.bankersalmanac.com/swagger-ui/index.html#/conversion-service-endpoint/correspondents
Overview
This call is designed to return the route matching (when available) the preferred correspondent route marked as preferred along with all other available routes. If omitted, then provide all the available routes.
Endpoint inputs
{
"dbtrCtryCde": "string",
"dbtrNatId": "string",
"dbtrCorrespondent": "string",
"cdtrCtryCde": "string",
"cdtrNatId": "string",
"cdtrCorrespondent": "string",
"currencyCode": "string",
"ref": "string",
"logRef": "string"
}
Response modifications
No modifications can be done to the response.
Response outcomes
To understand the responses, please refer to Swagger – https://api.validate.bankersalmanac.com/swagger-ui/index.html#/conversion-service-endpoint/correspondents
{
“dbtrCtryCde”: “string”,
“dbtrNatId”: “string”,
“dbtrCorrespondent”: “string”,
“dbtrCorresStat”: “string”,
“dbtrCorresCom”: “string”,
“dbtrInstitutionName”: “string”,
“dbtrCity”: “string”,
“dbtrCountryName”: “string”,
“cdtrCtryCde”: “string”,
“cdtrNatId”: “string”,
“cdtrCorrespondent”: “string”,
“cdtrCorresStat”: “string”,
“cdtrCorresCom”: “string”,
“cdtrInstitutionName”: “string”,
“cdtrCity”: “string”,
“cdtrCountryName”: “string”,
“cdtrAcctNumber”: “string”,
“paymentValue”: “string”,
“paymentType”: “string”,
“paymentTime”: “string”,
“currencyCode”: “string”,
“status”: “string”,
“comment”: “string”,
“paymentRoute”: {
“nonCorrespondentRoute”: {
“clearingSystemList”: [
{
“clearingSystemCode”: “string”,
“clearingSystemName”: “string”,
“speedScore”: “string”,
“costScore”: “string”,
“safeScore”: “string”
}
]
},
“correspondentRouteList”: [
{
“dbtrCorrespondent53A”: {
“assetCategory”: “string”,
“corresBIC”: “string”,
“corresAcct”: “string”,
“institutionName”: “string”,
“city”: “string”,
“countryName”: “string”,
“countryCode”: “string”,
“natId”: “string”,
“preferred”: “string”
},
“intermediaryList”: [
{
“intrmyBIC”: “string”,
“intrmyAcct”: “string”,
“institutionName”: “string”,
“city”: “string”,
“countryName”: “string”,
“countryCode”: “string”,
“natId”: “string”
}
],
“cdtrCorrespondent54A”: {
“assetCategory”: “string”,
“corresBIC”: “string”,
“corresAcct”: “string”,
“institutionName”: “string”,
“city”: “string”,
“countryName”: “string”,
“countryCode”: “string”,
“natId”: “string”,
“preferred”: “string”
},
“speedScore”: “string”,
“costScore”: “string”,
“safeScore”: “string”,
“isMyPreferredRoute”: “string”
}
]
}
}