---
title: "gcm/banks/locations"
method: GET
path: "/gcm/banks/locations"
tags: ["Recipient Lookup Endpoints"]
---

# gcm/banks/locations

`GET /gcm/banks/locations`

Get a list of supported bank locations.

## Response `200`

- object
  - `Success` boolean — True if the request was successful, false if it failed
  - `ErrorMessage` string — Contains a description of the error if the request failed
  - `BankLocations` object — All the objects found for this given parameters.
    - `0` object
      - `BicCode` string — The assigned BIC code
      - `BankName` string — The full bank name
      - `BranchName` string — The full branch name
      - `Address` string — The branches address
      - `City` string — The city
      - `State` string — The state
      - `Phone` string — The phone number

---

[API](https://skmtc.net/vopay/apis/accounts.md) · [All operations](https://skmtc.net/vopay/apis/accounts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vopay/accounts/revisions/7033bd231ec7/schema)
