How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Finicity Accounts API

Fetch or refresh customer accounts

Finicity Accounts API is one of 41 APIs that Finicity publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Account. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 10 operations across 8 paths, and defines 60 schemas. It is described by OpenAPI 3.2.0, at version 1.43.0.

Requests are made against a single base URL, https://api.finicity.com.

10 operations 8 paths 60 schemas 2 DELETE4 GET4 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.43.0
Base URL
https://api.finicity.com
Authentication
API Key, API Key
Resource Areas
1

Authentication & Security 2

Finicity Accounts API declares 2 security schemes for authenticating requests. An API key is passed in the header as Finicity-App-Key (FinicityAppKey). An API key is passed in the header as Finicity-App-Token (FinicityAppToken). By default, every request must be authenticated.

  • FinicityAppKey — The "Finicity-App-Key" from the developer dashboard
  • FinicityAppToken — A token returned by the /authentication API

Paths & Operations 10

Across 8 paths, the API surfaces 10 operations — 2 DELETE, 4 GET, 4 POST. Each is listed below with its method, path, parameters, and response codes.

Accounts 10

Fetch or refresh customer accounts

GET
/aggregation/v1/customers/{customerId}/institutionLogins/{institutionLoginId}/accounts
Get Customer Accounts by Institution Login ID
GetCustomerAccountsByInstitutionLogin 2 params → 200400401404
POST
/aggregation/v1/customers/{customerId}/institutionLogins/{institutionLoginId}/accounts
Refresh Customer Accounts by Institution Login ID
RefreshCustomerAccountsByInstitutionLogin 4 params → 200400401404
POST
/aggregation/v2/customers/{customerId}/institutionLogins/{institutionLoginId}/accounts
Refresh Customer Accounts by Institution Login ID for Data Access Tiers
RefreshCustomerAccountsByInstitutionLoginV2 2 params → 204400401404
DELETE
/aggregation/v1/customers/{customerId}/institutionLogins/{institutionLoginId}
Delete Access to Customer Accounts by Institution Login ID
DeleteCustomerAccountsByInstitutionLogin 2 params → 204400401404
GET
/aggregation/v2/customers/{customerId}/accounts/{accountId}
Get Customer Account by ID
GetCustomerAccount 2 params → 200400401404
DELETE
/aggregation/v1/customers/{customerId}/accounts/{accountId}
Delete Access to Customer Account by ID
DeleteCustomerAccount 2 params → 204400401404
GET
/aggregation/v1/customers/{customerId}/accounts
Get Customer Accounts
GetCustomerAccounts 3 params → 200400401404
POST
/aggregation/v1/customers/{customerId}/accounts
Refresh Customer Accounts
RefreshCustomerAccounts 1 param → 200400401404
POST
/aggregation/v2/customers/{customerId}/accounts
Refresh Customer Accounts for Data Access Tiers
RefreshCustomerAccountsV2 1 param → 204400401404
GET
/aggregation/v1/customers/{customerId}/institutions/{institutionId}/accounts
Get Customer Accounts by Institution ID
GetCustomerAccountsByInstitution 2 params → 200400401404

Schemas 60

The contract defines 60 schemas that model the data the API accepts and returns. The most detailed are CustomerAccountDetail (128 properties), CustomerAccountPosition (35 properties), CustomerAccount (29 properties), ErrorMessage (10 properties). Each schema is shown below with its type and property counts.

AuthorizationExpires
boolean
A Boolean flag that indicates whether the customer’s authorization period has a defined authorization end date.
PeriodEndDate
integer
End date of period. A date in Unix epoch time (in seconds). See: [Handling Epoch Dates and Times](https://developer.mastercard.com/open-finance-us/documentatio…
PayoffAmountDate
integer
(Mortgage/Loan) Date of final payment. A date in Unix epoch time (in seconds). See: [Handling Epoch Dates and Times](https://developer.mastercard.com/open-fina…
CustomerAccountMarketSegment
string
The market segment of the account. Possible values: personal, business
MaturityDate
integer
(Checking/Savings/CD/MoneyMarket) Maturity date of account type. A date in Unix epoch time (in seconds). See: [Handling Epoch Dates and Times](https://develope…
CustomerAccountPosition
object
Details for investment account holdings
35 properties
LoanStatusEndDate
integer
(Student Loan) The end date of the current status. A date in Unix epoch time (in seconds). See: [Handling Epoch Dates and Times](https://developer.mastercard.c…
LastPaymentDate
integer
(Credit Card/Line Of Credit) The date of the last payment. A date in Unix epoch time (in seconds). See: [Handling Epoch Dates and Times](https://developer.mast…
CustomerAccountCreatedDate
integer
A timestamp showing when the account record was created. A date in Unix epoch time (in seconds). See: [Handling Epoch Dates and Times](https://developer.master…
NextPaymentDate
integer
(Mortgage/Loan) Due date for the next payment. A date in Unix epoch time (in seconds). See: [Handling Epoch Dates and Times](https://developer.mastercard.com/o…
StatementCloseDate
integer
(Mortgage/Loan) Date the statement closed. A date in Unix epoch time (in seconds). See: [Handling Epoch Dates and Times](https://docs.finicity.com/endpoint-syn…
CustomerAccountOldestTransactionDate
integer
The date of the oldest transaction in the transactions for the account. A date in Unix epoch time (in seconds). See: [Handling Epoch Dates and Times](https://d…
LoanStatusStartDate
integer
(Student Loan) The start date of the current status. A date in Unix epoch time (in seconds). See: [Handling Epoch Dates and Times](https://developer.mastercard…
CustomerLastUpdatedDate
integer
A timestamp showing when the account was last modified. A date in Unix epoch time (in seconds). See: [Handling Epoch Dates and Times](https://developer.masterc…
RepaymentPlanEndDate
integer
(Student Loan) The end date of the current repayment plan. A date in Unix epoch time (in seconds). See: [Handling Epoch Dates and Times](https://developer.mast…
FirstPaymentDate
integer
(Mortgage/Loan) First payment due date. A date in Unix epoch time (in seconds). See: [Handling Epoch Dates and Times](https://developer.mastercard.com/open-fin…
CustomerAccountBalanceDate
integer
A timestamp showing when the balance was captured by the FI. A date in Unix epoch time (in seconds). See: [Handling Epoch Dates and Times](https://developer.ma…
RepaymentPlanStartDate
integer
(Student Loan) The start date of the current repayment plan. A date in Unix epoch time (in seconds). See: [Handling Epoch Dates and Times](https://developer.ma…
CustomerAccountAggregationAttemptDate
integer
A timestamp showing the last aggregation attempt, whether successful or not. This will not be present until you have run your first aggregation for the account…
LinkedAccountDate
integer
A timestamp showing when the customer first linked the account via Data Connect. A date in Unix epoch time (in seconds). See: [Handling Epoch Dates and Times](…
ConvertToRepayment
integer
(Student Loan) The date the loan enters into repayment. A date in Unix epoch time (in seconds). See: [Handling Epoch Dates and Times](https://developer.masterc…
ErrorMessage
object
10 properties 1 required
AccountId
string
An account ID
AccountStatus
string
An account status
OpenDate
integer
(Checking/Savings/CD/MoneyMarket) Date when account was opened. A date in Unix epoch time (in seconds). See: [Handling Epoch Dates and Times](https://developer…
AggregationStatus
string
"pending" during account discovery, always "active" following successful account activation
CustomerAccountLastTransactionDate
integer
The date of the latest transaction on the account. This will not be present until you have run your first aggregation for the account. A date in Unix epoch tim…
InstitutionLoginId
string
An institution login ID (from the account record)
AccountType
string
The list of supported account types. "checking": Standard checking "savings": Standard savings "cd": Certificates of deposit "moneyMarket": Money Market "credi…
CustomerAccountDetail
object
Additional customer account details. Not all data points will return for each account type. You can see the account type that each data point will return for i…
128 properties
InitialMlDate
integer
(Mortgage/Loan) Original date of loan. A date in Unix epoch time (in seconds). See: [Handling Epoch Dates and Times](https://developer.mastercard.com/open-fina…
SecurityIdType
string
The security type. This field is related to the securityId field. Possible values: "CUSIP" "ISIN" "SEDOL" "SICC" "VALOR" "WKN"
LastPaymentDueDate
integer
(Mortgage/Loan) Due date of last payment. A date in Unix epoch time (in seconds). See: [Handling Epoch Dates and Times](https://developer.mastercard.com/open-f…
AuthorizationEndDate
integer
Authorization end date and time in epoch format (not used if AuthorizationExpires is false).
OutOfSchoolDate
integer
(Student Loan) The date the borrower graduated or dropped below half-time enrollment in school. A date in Unix epoch time (in seconds). See: [Handling Epoch Da…
InstitutionId
string
The ID of a financial institution
StatementStartDate
integer
(Credit Card/Line Of Credit) Start date of statement period. A date in Unix epoch time (in seconds). See: [Handling Epoch Dates and Times](https://developer.ma…
CustomerAccountParentAccountId
string
The assigned account ID for the account one level higher in the student loan account hierarchy
Name
string
The account name from the institution
AssetId
string
An asset ID. Generated by Data Connect or by using the Store Customer Pay Statement API.
ExpectedPayoffDate
integer
(Student Loan) The expected date of the payoff date. A date in Unix epoch time (in seconds). See: [Handling Epoch Dates and Times](https://developer.mastercard…
AggregationStatusCode
integer
The status of the most recent aggregation attempt (see [Aggregation Status Codes](https://developer.mastercard.com/open-finance-us/documentation/products/manag…
CustomerAccounts
object
A list of customer accounts
1 property 1 required
PeriodStartDate
integer
(Checking/Savings/CD/MoneyMarket) Start date of period. A date in Unix epoch time (in seconds). See: [Handling Epoch Dates and Times](https://developer.masterc…
AuthorizationStartDate
integer
Authorization start date and time in epoch format.
PaymentDueDate
integer
(Credit Card/Line Of Credit) Due date for the next payment. A date in Unix epoch time (in seconds). See: [Handling Epoch Dates and Times](https://developer.mas…
Currency
string
A currency code
StatementEndDate
integer
(Credit Card/Line Of Credit) End date of statement period. A date in Unix epoch time (in seconds). See: [Handling Epoch Dates and Times](https://developer.mast…
DateAsOf
integer
(All Account Types) Most recent date of the following information. A date in Unix epoch time (in seconds). See: [Handling Epoch Dates and Times](https://develo…
OriginalMaturityDate
integer
(Mortgage/Loan) Original date of loan maturity. A date in Unix epoch time (in seconds). See: [Handling Epoch Dates and Times](https://developer.mastercard.com/…
NumericInstitutionId
integer
The ID of a financial institution, represented as a number
LastPaymentReceiveDate
integer
(Mortgage/Loan) The date of the last payment. A date in Unix epoch time (in seconds). See: [Handling Epoch Dates and Times](https://developer.mastercard.com/op…
NumericInstitutionLoginId
integer
An institution login ID (from the account record), represented as a number
CustomerAccountAggregationSuccessDate
integer
A timestamp showing the last successful aggregation of the account. This will not be present until you have run your first aggregation for the account. A date…
CustomerId
string
A customer ID. See Add Customer API for how to create a customer ID.
AccountNumberLast4
string
The last 4 digits of the account number, derived by Mastercard from the account number provided by the financial institution. This is only returned for ACH-ena…
UnixDate
integer
A date in Unix epoch time (in seconds). See: [Handling Epoch Dates and Times](https://developer.mastercard.com/open-finance-us/documentation/errors/best-practi…
CustomerAccount
object
An account represents a bank account such as a checking or savings that the customer has added via the Connect interface.
29 properties 12 required
DisplayPosition
integer
Display position of the account at the financial institution, "1" being the top listed account
AccountNumberDisplay
string
Account identifier derived by Mastercard from the account number provided by the financial institution. The format varies depending on the institution. We reco…

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

finicity-accounts-api-openapi.yml Raw ↑

Other APIs Finicity publishes across the network.

Finicity Connect
Finicity Verification of Assets (VoA) API
Finicity Verification of Income & Employment (VoIE) API
Finicity Transaction Analysis (Cash Flow) API
Finicity Payments (Account Validation) API
Finicity Open Banking Data Access (FDX)
Finicity Account Validation Assistance API
Finicity Accounts (Simple) API
Finicity App Registration API
Finicity Authentication API
Finicity Balance Analytics API
Finicity Bank Statements API
Where this information came from

This is an independent, third-party profile of Finicity Accounts API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.