Supported Banks
List all supported bank formats and their capabilities.
GET
/v1/banksReturns a list of all supported bank formats
Request
No authentication required for this endpoint.
cURL
curl https://api.statementparse.dev/v1/banksResponse
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 Chasecheckingsavings
bofaBank of Americacheckingsavingscredit
wells_fargoWells Fargocheckingsavingscredit
capital_oneCapital Onecheckingsavingscredit
citiCitibankcheckingsavingscredit
usbankU.S. Bankcheckingsavingscredit
pncPNC Bankcheckingsavings
td_bankTD Bankcheckingsavings
truistTruist Bankcheckingsavings
allyAlly Bankcheckingsavings
genericGeneric (Best Effort)checkingsavingscredit