Supported Banks

List all supported bank formats and their capabilities.

GET/v1/banks

Returns a list of all supported bank formats

Request

No authentication required for this endpoint.

cURL
curl https://api.statementparse.dev/v1/banks

Response

200 OK
{
  "banks": [
    {
      "id": "chase",
      "name": "JPMorgan Chase",
      "country": "US",
      "account_types": ["checking", "savings"],
      "parser_version": "0.1.0"
    },
    {
      "id": "bofa",
      "name": "Bank of America",
      "country": "US",
      "account_types": ["checking", "savings", "credit"],
      "parser_version": "0.1.0"
    }
  ],
  "total": 11
}

Currently Supported

chaseJPMorgan Chase
checkingsavings
bofaBank of America
checkingsavingscredit
wells_fargoWells Fargo
checkingsavingscredit
capital_oneCapital One
checkingsavingscredit
citiCitibank
checkingsavingscredit
usbankU.S. Bank
checkingsavingscredit
pncPNC Bank
checkingsavings
td_bankTD Bank
checkingsavings
truistTruist Bank
checkingsavings
allyAlly Bank
checkingsavings
genericGeneric (Best Effort)
checkingsavingscredit