Search Bank Codes

Before creating a payment, check the bank code

Search Bank Codes

GET https://api.stage.localpayment.com/api/resources/banks?CountryISOCode3=

Check the bank code required for LP while creating a PayIn.

Path Parameters

NameTypeDescription

CountryISOCode3*

String

Mandatory. Select the CountryISOCode3 required.

Headers

NameTypeDescription

Authorization*

String

Mandatory. JWT token in format Bearer eyj0.... For more information about authentication, please refer to Authentication.

 [
    {
        "code": "1091",
        "name": "Banco Hipotecario del Uruguay",
        "swift": "BHUMUYM1"
    },
    {
        "code": "1128",
        "name": "Scotiabank",
        "swift": "COMEUYM"
    },
    {
        "code": "1113",
        "name": "Banco ITAU",
        "swift": "ITAUUYMM"
    },
    {
        "code": "1110",
        "name": "Banco Bandes",
        "swift": "CFACUYMM"
    },
    {
        "code": "1153",
        "name": "Banco Bilbao Vizcaya Argentaria",
        "swift": "BBVAUYMM"
    },
    {
        "code": "1157",
        "name": "HSBC Bank",
        "swift": "BLICUYMM"
    },
    {
        "code": "1205",
        "name": "Citibank N.A. Sucursal",
        "swift": "CITIUYMM"
    },
    {
        "code": "7905",
        "name": "PREX(FORTEX)",
        "swift": ""
    },
    {
        "code": "361",
        "name": "Banco de la Provincia de Buenos Aires",
        "swift": "PRBAUYMM"
    },
    {
        "code": "1246",
        "name": "Banco de la Nación Argentina",
        "swift": "NACNUYMM"
    },
    {
        "code": "1162",
        "name": "Banque Heritage",
        "swift": "SURIUYMM"
    },
    {
        "code": "1137",
        "name": "Banco Santander",
        "swift": "BSCHUYMM"
    },
    {
        "code": "1001",
        "name": "BROU - Banco de la República Oriental del Uruguay",
        "swift": "BROUUYMMXXX"
    }
]  

Search Bank Codes: request & response examples

curl --location --request GET 'https://api.stage.localpayment.com/api/resources/banks?CountryISOCode3=URy' \
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ0b2tlbl90eXBlIjoiYWNjZXNzIiwiZXhwIjoxNjQ3ODg4MDczLCJqdGkiOiJkYWIxM2JkZTE2OWQ0ZWUyOWI3ZDczY2RjZmQxNmRkMCIsInVzZXJfaWQiOjMwLCJzdXBlcnVzZXIiOnRydWUsImlzX3N0YWZmIjpmYWxzZSwicm9sZXMiOlsiQUxMIl0sImNvdW50cmllcyI6WyJBTEwiXSwiY29tcGFueSI6IjAwMDEiLCJjbGllbnRfY29kZSI6IjAwMDEifQ.RGe_8S8IuXlLekd6FzWnOZMFzQ3Lc2rEJ7t7fpWnHs0'

Check the CountryISO Code3 in the following section:

pageCountry Codes

Last updated