/CorrespondentInstructions - GET

Searches for known correspondence instructions (ssi) for various payment rails, given a target beneficiary bank (either ABA or BIC).
Will only return results for USD.
Banks may have multiple or zero results, and instructions should be validated with beneficiary banks prior to production usage

Query Params
string

The payment rail to search for. Most typically 'fedwire' or 'ach', but may also be used to search itnernational settlement systems such as TISS, ZECH, etc.

string

The ABA of the desired beneficiary bank, if the bank is US based

string

The BIC of the desired beneficiary bank

boolean
int32

Format - int32.

int32

Format - int32.

string
boolean
Responses

Response body
object
int32
int32
int32
int32
items
array of objects
items
object
string | null

Routing number of the receiving bank. This must be a federal ABA number. If there is no intermediary bank, then this will be the ABA number of the beneficiary bank

string | null

Name of receiving bank. If there is no intermediary bank, then this will be the name of the beneficiary bank

boolean

Whether or not this is the preferred SSI for this bank. If multiple results are found, then those marked as preferred should be favored

string | null

The clearing system for the correspondent instructions (SSI). Typically fedwire or ach, but could also be any foreign clearing system

int64 | null

The location id of the intermediate bank location, if one exists

string | null

The name of the intermediary bank, if one exists

string | null

The street address of the intermediary bank, if one exists

string | null

The city of the intermediary bank, if one exists

string | null

The state/province of the intermediary bank, if one exists

string | null

The postal code of the intermediary bank, if one exists

string | null

The country of the intermediary bank, if one exists

string | null

The BIC of the intermediary bank, if one exists

string | null

The ABA of the intermediary bank, if one exists

int64

The location id of the beneficiary bank

string | null

The name of the benficiary bank

string | null

The street address of the beneficiary bank

string | null

The city of the beneficiary bank

string | null

The state/province of the beneficiary bank

string | null

The postal code of the beneficiary bank

string | null

The country of the beneficiary bank

string | null

The BIC of the beneficiary bank

string | null

The Alternate BIC of the beneficiary bank (BIC-8)

Language