Banks


The Banks API provides you with an arrary of VIP Bank objects based on country code. You can either supply a country code, or it will default to the geo-located source of the request.

Parameter Required Type Description
country_code no String Two digit, ISO 3166-1 alpha-2 country code

List VIP Banks

GET https://app.sign2pay.com/api/v2/banks?country_code=NL

Request Headers & Body

Accept: */*
Accept-Encoding: gzip, deflate
Content-Type: application/json
Accept-Language: en-us

Response Body

[
    {
        "id": "53455a5269702d346c7d0400",
        "swift": "ABNANL2AXXX",
        "country_code": "NL",
        "logo": "https://s2p-development.s3-eu-west-1.amazonaws.com/banks/NL/ABNANL2AXXX.png?1408984025",
        "has_logo": true,
        "bank_name": "ABN AMRO BANK N.V."
    },
    {
        "id": "53455a5369702d346c080500",
        "swift": "RABONL2UXXX",
        "country_code": "NL",
        "logo": "https://s2p-development.s3-eu-west-1.amazonaws.com/banks/NL/RABONL2UXXX.png?1409056230",
        "has_logo": true,
        "bank_name": "RABOBANK NEDERLAND"
    },
    {
        "id": "53455a5369702d346c140500",
        "swift": "SNSBNL2AXXX",
        "country_code": "NL",
        "logo": "https://s2p-development.s3-eu-west-1.amazonaws.com/banks/NL/SNSBNL2AXXX.jpg?1410259407",
        "has_logo": true,
        "bank_name": "SNS BANK N.V."
    },
    {
        "id": "53455a5369702d346cc70400",
        "swift": "INGBNL2AXXX",
        "country_code": "NL",
        "logo": "https://s2p-development.s3-eu-west-1.amazonaws.com/banks/NL/INGBNL2AXXX.gif?1408988032",
        "has_logo": true,
        "bank_name": "ING Bank N.V."
    }
]

Stuck on Something?

Be sure to check our FAQs, Support, or Contact Us directly.