v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Recipient Lookup Endpoints

gcm/banks/locations

Get a list of supported bank locations.

get/gcm/banks/locations

Response

Successboolean

True if the request was successful, false if it failed

ErrorMessagestring

Contains a description of the error if the request failed

Example response

{
  "BankLocations": {
    "0": {
      "BicCode": "ANZBAUS1XXX",
      "BankName": "Australia And New Zealand Banking Group Limited",
      "BranchName": "Australia And New Zealand Banking Group Limited, Sydney",
      "Address": "ANZ Tower, 242 Pitt Street NSW 2000, Australia",
      "City": "Sydney",
      "State": "NSW",
      "Phone": "+61 3 9273 5555"
    }
  }
}