Introducing Identity
Learn how identities works in Blnk
Identity allows you to attach your balance to an identity, ensuring every transaction activity is traceable, structured and owned by an entity. Whether it’s individual customers or larger organizations, every transaction can be attributed to a specific entity, enhancing transparency and accountability.
In this guide, we’ll learn how to associate a balance with an identity, and ensure clear attribution of financial activities.
1. Linking an identity to a balance
Create an identity
To link an identity to a balance, the identity (individual or organization) must be created and stored in Blnk. Upon creation, every identity is assigned a unique identity_id
.
Create a balance with an identity
When creating a new balance, you can link it to an existing identity by passing the identity_id
in the balance creation payload. Here’s a sample payload to create a balance and link it to an identity:
Field | Description |
---|---|
ledger_id | The unique ID of the ledger where the balance is to be created. |
identity_id | The unique ID of the identity you want to link to the balance. |
currency | The currency of the balance. |
Once the balance is created with the above payload, it will be intrinsically linked to the specified identity through the identity_id
.
This link ensures that all transactions and activities associated with this balance can be traced back to the specified identity, adding an extra layer of transparency to the financial operations in Blnk.
Identity attributes
Property | Description | Type |
---|---|---|
identity_type | Distinguishes if the identity is an individual or organization. | string (individual or organization ) |
individual | Contains details if the identity type is an individual. | See individual attributes below |
organization | Contains details if the identity type is an organization. | See organization attributes below |
street | Street address of the identity. | string |
country | Residential country of the identity. | 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. | string |
Create identity
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 | date |
email_address | Email ID of the address | string |
phone_number | Contact number of the individual | string |
nationality | Nationality of the individual | string |
Need help?
We are very happy to help you make the most of Blnk, regardless of whether it is your first time or you are switching from another tool.
To ask questions or discuss issues, please join our Discord community.
Was this page helpful?