> ## Documentation Index
> Fetch the complete documentation index at: https://docs.flinks.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Banking Account Linking

Use these endpoints to perform actions related to connecting a bank account. Review the table below to determine which endpoint(s) you need to call.

| **ENDPOINT**                                                                                     | **METHOD** | **DESCRIPTION**                                                                                                                               |
| :----------------------------------------------------------------------------------------------- | :--------- | :-------------------------------------------------------------------------------------------------------------------------------------------- |
| [GetAccountsSummary](/api/connect/endpoints/account-linking/get-accounts-summary)                | POST       | Retrieves general information for linked accounts, including balances, account category, cardholder name (if available), and EFT eligibility. |
| [GetAccountsSummaryAsync](/api/connect/endpoints/account-linking/get-accounts-summary-async)     | POST       | Checks whether a pending GetAccountsSummary request has finished and returns the data once processing is complete.                            |
| [GetAccountsDetail](/api/connect/endpoints/account-linking/get-accounts-detail)                  | POST       | Retrieves detailed account information, including personal, contact, and address data, transaction history, and other account details.        |
| [GetAccountsDetailAsync](/api/connect/endpoints/account-linking/get-accounts-detail-async)       | POST       | Checks whether a pending GetAccountsDetail request has finished and returns the data once processing is complete.                             |
| [GetStatements](/api/connect/endpoints/account-linking/get-statements)                           | POST       | Signs up specified accounts to retrieve PDF statements from the financial institution (available in Canada only).                             |
| [SetScheduledRefresh](/api/connect/endpoints/account-linking/set-scheduled-refresh)              | POST       | Enables or disables nightly refresh for specific accounts to keep balances and recent transactions up to date.                                |
| [DeleteCard](/api/connect/endpoints/account-linking/delete-card)                                 | POST       | Deletes all data associated with a specific user account or login.                                                                            |
| [AnswerMFAQuestions](/api/connect/endpoints/account-linking/answer-mfa-questions)                | POST       | Submits responses to multi-factor authentication questions required by the institution during account linking.                                |
| [GetMFAQuestions](/api/connect/endpoints/account-linking/get-mfa-questions)                      | POST       | Retrieves the set of MFA questions that must be answered for account authentication.                                                          |
| [GetNightlyRefreshStatus](/api/connect/endpoints/account-linking/get-nightly-refresh-status)     | POST       | Returns accounts configured for nightly refresh that are currently ineligible, along with the reason.                                         |
| [Institutions](/api/connect/endpoints/account-linking/institutions)                              | GET        | Lists the financial institutions supported by Flinks.                                                                                         |
| [Institutions/RoutingNumber](/api/connect/endpoints/account-linking/institutions-routing-number) | GET        | Retrieves routing number information for supported U.S. financial institutions.                                                               |
