Skip to content

api-evangelist/flinks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flinks (flinks)

Flinks is a Canadian financial data platform (owned by National Bank of Canada) that lets businesses connect to consumer and business bank accounts to aggregate account, transaction, and statement data, verify identity, and derive income, credit-risk, and fraud analytics. Access begins with a Flinks Connect authentication session and a multi-step /Authorize (MFA) call, after which banking, enrichment, and analytics endpoints are invoked with the returned RequestId.

APIs.json: https://raw.githubusercontent.com/api-evangelist/flinks/refs/heads/main/apis.yml

Tags

  • Financial Data
  • Open Banking
  • Bank Aggregation
  • Fintech
  • Canada

Timestamps

  • Created: 2026-07-01
  • Modified: 2026-07-01

APIs

Flinks Authorize / Connect API

Opens a banking session for a Flinks Connect LoginId. Handles the multi-step MFA flow - an initial /Authorize returns HTTP 203 with SecurityChallenges when a challenge is required, and a resubmission with RequestId and SecurityResponses returns HTTP 200 with the RequestId and Links used for subsequent data calls.

Tags

  • Authorize
  • Connect
  • MFA
  • Session

Properties

Flinks Accounts Detail API

Returns full detail for each account linked to the session, including account identity (transit / institution / account numbers), balances, up to 90 or 365 days of transactions, and holder KYC information. Long-running requests return HTTP 202 and are polled via the /GetAccountsDetailAsync variant with the same RequestId.

Tags

  • Accounts
  • Transactions
  • Banking Data

Properties

Flinks Accounts Summary API

Retrieves general account information - cardholder name (when available), account balance, category, and EFT eligibility - without full transaction history, using the RequestId from /Authorize. A /GetAccountsSummaryAsync variant supports polling of long-running requests.

Tags

  • Accounts
  • Balance
  • Summary

Properties

Flinks Statements API

Signs up one or more of the connected customer accounts to retrieve PDF bank statements issued by their financial institution, referenced by the session RequestId.

Tags

  • Statements
  • PDF
  • Documents

Properties

Flinks Identity API

Surfaces account-holder identity captured during aggregation - name, civic address, email, and phone - and supports /FieldMatch verification that compares supplied applicant fields against the identity on the connected bank account.

Tags

  • Identity
  • Verification
  • KYC

Properties

Flinks Attributes / Analytics API

The Enrich product returns pre-computed attribute packages derived from aggregated transaction data via /GetAttributes, plus /GetCategorization for categorized transactions and /Categories to list available transaction categories.

Tags

  • Attributes
  • Enrich
  • Categorization
  • Analytics

Properties

Flinks Score API

Analytics endpoints that summarize a connected account into decisioning signals - /GetIncomeAttributes for total, employment, and government income verification, and /GetCreditRiskAttributes for income sources, loan and bill payments, and additional risk measures.

Tags

  • Score
  • Income
  • Credit Risk

Properties

Flinks Fraud / KYC API

The Upload product ingests external bank statement / transaction data via /Upload and runs /FraudAnalysis to surface tampering and fraud signals, complementing the live-aggregation KYC data returned on connected accounts.

Tags

  • Fraud
  • KYC
  • Upload
  • Risk

Properties

Common Properties

Ownership

Flinks was acquired by National Bank of Canada in 2021 and operates as a wholly owned subsidiary, retaining the Flinks brand and its public HTTP REST API platform documented at docs.flinks.com.

Maintainers

FN: Kin Lane Email: kin@apievangelist.com

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors