/Banks/{id} - GET

Retrieves a specific bank, by locationId

Path Params
int32
required

Format - int32. The locationId of the bank to retrieve

Responses

Response body
object
int32

The location id of the bank

string | null

The name of the bank

string | null

The routing code of the bank (could be ABA, BIC, or any international routing code)

string | null

The alternate routing code of the bank (could be ABA, BIC, SWIFT, or any international routing code).

string | null

The type of routing code (eg. ABA, BIC, etc.)

string | null

The BIC for the bank

string | null

The two character country code for this bank location

string | null

The name of the bank branch

string | null

The street address of the bank location

string | null

The state/province for the bank location

string | null

The postal code for the bank location

string | null

The city for the bank location

Language