Account Holders
Create identities
to easily identify an account
or balance
holder.
The Identity feature in Blnk provides a way to attach a unique identity to each balance, ensuring every financial activity is traceable and structured. Whether it’s individual customers or larger organizations, every transaction can be attributed to a specific entity, enhancing transparency and accountability. This is mostly useful when compliance
is important.
Creating and Managing Identities
Linking Identity to Accounts in Blnk
In Blnk, each account and balance can be associated with a unique identity, ensuring clear attribution of financial activities. This association enhances the traceability and accountability of transactions and accounts within the system.
How to Link an Identity to an Account
-
Create an Identity: Before you can link an identity to an account, the identity (be it an individual or an organization) must be created and stored in Blnk. Upon creation, every identity is assigned a unique
identity_id
. -
Create an Account with an Identity: When creating a new account, you can link it to an existing identity by passing the
identity_id
in the account creation payload.
Identity Attributes
Property | Description | Type |
---|---|---|
Identity Type | Distinguishes if the identity is an individual or organization | string ("individual" or "organization" ) |
Street | Street address of the identity | string |
Country | Country where the identity resides | string |
State | State of residence of the identity | string |
Post Code | Postal code related to the identity | string |
City | City of residence of the identity | string |
Meta Data | Custom metadata linked to the identity | Object |
Individual Attributes
Property | Description | Type |
---|---|---|
First Name | First name of the individual | string |
Last Name | Last name of the individual | string |
Other Names | Any other names linked to the individual | string |
Gender | Gender of the individual | string |
DOB | Date of birth of the individual | Date |
Email Address | Email ID of the individual | string |
Phone Number | Contact number of the individual | string |
Nationality | Nationality of the individual | string |
Organization Attributes
Property | Description | Type |
---|---|---|
Name | Name of the organization | string |
Category | Category or type of the organization (e.g., “Bank”, “Retail”, “Tech”) | string |
Quick start
Was this page helpful?