FiskilFiskilFiskil DocsFiskil Docs
Log InSign Up
GuidesAPI ReferenceChangelog

Mobile menu

HomeFiskilFiskil

GETTING STARTED

Start ExploringQuick StartAuthentication

CORE CONCEPTS

OverviewEnd UsersAuth SessionsConsentsTestingWebhooks

LINK WIDGET

IntroductionIntegrating the Link SDKFlow Overview

RESOURCES

Best PracticesMobile Integration

ACCOUNT & ACCESS

SecurityTeam & RolesMonitoring & Logs

DATA DOMAINS

BankingEnergy DataIdentity DataIncome

HELP CENTER

Migrating to Fiskil APIsBanking - Business AccountsEnergy - Business Accounts

SUPPORT

Troubleshooting

AI TOOLS

OverviewMCP Server
Log InSign Up

GETTING STARTED

Start ExploringQuick StartAuthentication

CORE CONCEPTS

OverviewEnd UsersAuth SessionsConsentsTestingWebhooks

LINK WIDGET

IntroductionIntegrating the Link SDKFlow Overview

RESOURCES

Best PracticesMobile Integration

ACCOUNT & ACCESS

SecurityTeam & RolesMonitoring & Logs

DATA DOMAINS

BankingEnergy DataIdentity DataIncome

HELP CENTER

Migrating to Fiskil APIsBanking - Business AccountsEnergy - Business Accounts

SUPPORT

Troubleshooting

AI TOOLS

OverviewMCP Server

Identity Data

Fiskil provides access to verified identity information associated with a user's connected accounts.

AI Actions

Fiskil provides access to verified identity information associated with a user's connected accounts. This data can be retrieved from either banking or energy institutions, depending on the domains your application supports.

The Identity API is useful for onboarding, account verification, compliance, and personalisation workflows.

What Is Available

Identity data is retrieved from the user's linked institution after a successful connection and sync.

The fields available may vary slightly between providers, but generally include:

FieldDescription
Full NameVerified legal name as registered with provider
Phone NumberMobile or contact number
Email AddressContact email address
Residential AddressPostal or supply address
Institution MetadataSource of identity data (e.g. bank or retailer)

You can retrieve identity data for all connected institutions or filter by end_user_id.

Refer to the Identity API Reference for full details.

When Identity Data Becomes Available

Identity information is accessible only after:

  1. The user has linked an institution (see End Users)
  2. Fiskil has completed the identity sync
  3. Your system receives the common.identity.sync.completed webhook

Always wait for the relevant webhook before attempting to retrieve identity data.

For more on handling events, see the Webhooks Guide.

Example Use Cases

  • Onboarding verification -- Confirm user-provided details during sign-up
  • Account ownership checks -- Match account data with verified identity information
  • Personalisation -- Pre-fill forms or tailor user experiences
  • Compliance workflows -- Support identity confirmation for regulated use cases

Best Practices

  • Always use end_user_id to retrieve identity data
  • Rely on webhooks to determine when identity data is available — avoid polling
  • Identity field coverage may vary by institution
  • Avoid storing sensitive identity data unless necessary for your application and compliant with regulation

Related Guides

  • End Users
  • Consents
  • Identity API Reference

Was this page helpful?

Energy DataIncome

On this page

What Is AvailableWhen Identity Data Becomes AvailableExample Use CasesBest PracticesRelated Guides