Banks

Get https://app.moneygraph.ai/api/v1/banks/{iso2}

Headers

Authorization* string

Pass your {api_key} as a bearer token in the request header to authorize this call

Response


{
    "data": [
{
            "bank_name": "(AFCU) ACADEMIC FEDERAL CREDIT UNION",
            "routing_type": "ACH_CODE",
            "routing_code": "221982389",
            "iso2": "US",
            "country_name": "United States",
            "branch": "BRIARCLIFF MANOR"
        },
        {
            "bank_name": "1199 SEIU FEDERAL CREDIT UNION",
            "routing_type": "ACH_CODE",
            "routing_code": "226077862",
            "iso2": "US",
            "country_name": "United States",
            "branch": "NEW YORK"
        },
        {
            "bank_name": "121 FINANCIAL CREDIT UNION",
            "routing_type": "ACH_CODE",
            "routing_code": "263078950",
            "iso2": "US",
            "country_name": "United States",
            "branch": "JACKSONVILLE"
        },
        {
            "bank_name": "121 FINANCIAL CREDIT UNION",
            "routing_type": "ACH_CODE",
            "routing_code": "263079043",
            "iso2": "US",
            "country_name": "United States",
            "branch": "JACKSONVILLE"
        }
    ],
    "links": {
        "first": "https://app.moneygraph.ai/api/v1/banks/US?page=1",
        "last": "https://app.moneygraph.ai/api/v1/banks/US?page=9",
        "prev": null,
        "next": "https://app.moneygraph.ai/api/v1/banks/US?page=2"
    },
    "meta": {
        "current_page": 1,
        "from": 1,
        "last_page": 9,
        "links": [
            {
                "url": null,
                "label": "« Previous",
                "active": false
            },
            {
                "url": "https://app.moneygraph.ai/api/v1/banks/US?page=1",
                "label": "1",
                "active": true
            },
            {
                "url": "https://app.moneygraph.ai/api/v1/banks/US?page=2",
                "label": "2",
                "active": false
            },
            {
                "url": "https://app.moneygraph.ai/api/v1/banks/US?page=3",
                "label": "3",
                "active": false
            },
            {
                "url": "https://app.moneygraph.ai/api/v1/banks/US?page=4",
                "label": "4",
                "active": false
            },
            {
                "url": "https://app.moneygraph.ai/api/v1/banks/US?page=5",
                "label": "5",
                "active": false
            },
            {
                "url": "https://app.moneygraph.ai/api/v1/banks/US?page=6",
                "label": "6",
                "active": false
            },
            {
                "url": "https://app.moneygraph.ai/api/v1/banks/US?page=7",
                "label": "7",
                "active": false
            },
            {
                "url": "https://app.moneygraph.ai/api/v1/banks/US?page=8",
                "label": "8",
                "active": false
            },
            {
                "url": "https://app.moneygraph.ai/api/v1/banks/US?page=9",
                "label": "9",
                "active": false
            },
            {
                "url": "https://app.moneygraph.ai/api/v1/banks/US?page=2",
                "label": "Next »",
                "active": false
            }
        ],
        "path": "https://app.moneygraph.ai/api/v1/banks/US",
        "per_page": 20,
        "to": 20,
        "total": 165
    }
}