Getting Started
Core Concepts
Resources
Account & Access
Data Domains
Help Center
Support
Fiskil provides access to verified identity information associated with a user\u2019s 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.
Identity data is retrieved from the user\u2019s linked institution after a successful connection and sync.
The fields available may vary slightly between providers, but generally include:
Field | Description |
---|---|
Full Name | Verified legal name as registered with provider |
Phone Number | Mobile or contact number |
Email Address | Contact email address |
Residential Address | Postal or supply address |
Institution Metadata | Source 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.
Identity information is accessible only after:
common.identity.sync.completed
webhookAlways wait for the relevant webhook before attempting to retrieve identity data.
For more on handling events, see the Webhooks Guide.
end_user_id
to retrieve identity dataWas this page helpful?