Creating an identity establishes a unique identification for people associated with your business. Accurately providing your information is crucial in ensuring that your identity is properly verified and maintained, and can have important consequences for a variety of financial and legal transactions. Our platform has a secure database for storing identity information, encryption and other security measures to protect your sensitive data.
Create an Identity
Identity was created successfully
{- "name": "Person Name",
- "title": "President",
- "email": "person.name@justifi.ai",
- "phone": "6124011111",
- "dob_day": "01",
- "dob_month": "01",
- "dob_year": "1980",
- "identification_number": "123456789",
- "is_owner": true,
- "metadata": {
- "language": "english",
- "social_network": "@person"
}, - "address": {
- "line1": "123 Example St",
- "line2": "Suite 101",
- "city": "Minneapolis",
- "state": "MN",
- "postal_code": "55555",
- "country": "USA"
}
}
{- "id": 1,
- "type": "identity",
- "data": {
- "id": "idty_xyz",
- "platform_account_id": "acc_xyz",
- "name": "Person Name",
- "title": "President",
- "email": "person.name@justifi.ai",
- "phone": "6124011111",
- "dob_day": "01",
- "dob_month": "01",
- "dob_year": "1980",
- "ssn_last4": "6789",
- "is_owner": true,
- "metadata": { },
- "address": {
- "id": "addr_123xyz",
- "line1": "123 Example St",
- "line2": "Suite 101",
- "city": "Minneapolis",
- "state": "MN",
- "postal_code": "55555",
- "country": "USA",
- "created_at": "2021-01-01T12:00:00Z",
- "updated_at": "2021-01-01T12:00:00Z"
}, - "documents": [
- {
- "id": "doc_abc123",
- "description": "My Document",
- "file_name": "my_document",
- "file_type": "pdf",
- "document_type": "balance_sheet",
- "business_id": "biz_abc123",
- "identity_id": "idty_abc123",
- "metadata": {
- "language": "english",
- "social_network": "@person"
}, - "status": "pending uploaded canceled",
- "created_at": "2021-01-01T12:00:00Z",
- "updated_at": "2021-01-01T12:00:00Z"
}
], - "created_at": "2021-01-01T12:00:00Z",
- "updated_at": "2021-01-01T12:00:00Z"
}, - "page_info": "string"
}
List identities for your platform. This endpoint supports pagination.
Successfully list identities
{- "id": 1,
- "type": "array",
- "data": [
- {
- "id": "idty_xyz",
- "platform_account_id": "acc_xyz",
- "name": "Person Name",
- "title": "President",
- "email": "person.name@justifi.ai",
- "phone": "6124011111",
- "dob_day": "01",
- "dob_month": "01",
- "dob_year": "1980",
- "ssn_last4": "6789",
- "is_owner": true,
- "metadata": { },
- "address": {
- "id": "addr_123xyz",
- "line1": "123 Example St",
- "line2": "Suite 101",
- "city": "Minneapolis",
- "state": "MN",
- "postal_code": "55555",
- "country": "USA",
- "created_at": "2021-01-01T12:00:00Z",
- "updated_at": "2021-01-01T12:00:00Z"
}, - "documents": [
- {
- "id": "doc_abc123",
- "description": "My Document",
- "file_name": "my_document",
- "file_type": "pdf",
- "document_type": "balance_sheet",
- "business_id": "biz_abc123",
- "identity_id": "idty_abc123",
- "metadata": {
- "language": "english",
- "social_network": "@person"
}, - "status": "pending uploaded canceled",
- "created_at": "2021-01-01T12:00:00Z",
- "updated_at": "2021-01-01T12:00:00Z"
}
], - "created_at": "2021-01-01T12:00:00Z",
- "updated_at": "2021-01-01T12:00:00Z"
}
], - "page_info": {
- "end_cursor": "WyIyMDIyLTAyLTA4IDE5OjUyOjM3LjEwNDE3MzAwMCIsIjY4MDliYTU5LTYxYjctNDg3MS05YWFiLWE2Y2MyNmY3M2M1ZCJd",
- "has_next": false,
- "has_previous": false,
- "start_cursor": "WyIyMDIyLTAyLTA4IDIwOjAxOjU4LjEyMDIzMjAwMCIsIjU5ZTFjNGI1LWFlOWQtNDIyZC04MTVkLWNjNzQ5NzdlYmFjYSJd"
}
}
Update information about an Identity
Identity updated
{- "name": "Person Name",
- "title": "President",
- "email": "person.name@justifi.ai",
- "phone": "6124011111",
- "dob_day": "01",
- "dob_month": "01",
- "dob_year": "1980",
- "identification_number": "123456789",
- "is_owner": true,
- "metadata": {
- "language": "english",
- "social_network": "@person"
}
}
{- "id": 1,
- "type": "identity",
- "data": {
- "id": "idty_xyz",
- "platform_account_id": "acc_xyz",
- "name": "Person Name",
- "title": "President",
- "email": "person.name@justifi.ai",
- "phone": "6124011111",
- "dob_day": "01",
- "dob_month": "01",
- "dob_year": "1980",
- "ssn_last4": "6789",
- "is_owner": true,
- "metadata": { },
- "address": {
- "id": "addr_123xyz",
- "line1": "123 Example St",
- "line2": "Suite 101",
- "city": "Minneapolis",
- "state": "MN",
- "postal_code": "55555",
- "country": "USA",
- "created_at": "2021-01-01T12:00:00Z",
- "updated_at": "2021-01-01T12:00:00Z"
}, - "documents": [
- {
- "id": "doc_abc123",
- "description": "My Document",
- "file_name": "my_document",
- "file_type": "pdf",
- "document_type": "balance_sheet",
- "business_id": "biz_abc123",
- "identity_id": "idty_abc123",
- "metadata": {
- "language": "english",
- "social_network": "@person"
}, - "status": "pending uploaded canceled",
- "created_at": "2021-01-01T12:00:00Z",
- "updated_at": "2021-01-01T12:00:00Z"
}
], - "created_at": "2021-01-01T12:00:00Z",
- "updated_at": "2021-01-01T12:00:00Z"
}, - "page_info": "string"
}
{- "id": 1,
- "type": "identity",
- "data": {
- "id": "idty_xyz",
- "platform_account_id": "acc_xyz",
- "name": "Person Name",
- "title": "President",
- "email": "person.name@justifi.ai",
- "phone": "6124011111",
- "dob_day": "01",
- "dob_month": "01",
- "dob_year": "1980",
- "ssn_last4": "6789",
- "is_owner": true,
- "metadata": { },
- "address": {
- "id": "addr_123xyz",
- "line1": "123 Example St",
- "line2": "Suite 101",
- "city": "Minneapolis",
- "state": "MN",
- "postal_code": "55555",
- "country": "USA",
- "created_at": "2021-01-01T12:00:00Z",
- "updated_at": "2021-01-01T12:00:00Z"
}, - "documents": [
- {
- "id": "doc_abc123",
- "description": "My Document",
- "file_name": "my_document",
- "file_type": "pdf",
- "document_type": "balance_sheet",
- "business_id": "biz_abc123",
- "identity_id": "idty_abc123",
- "metadata": {
- "language": "english",
- "social_network": "@person"
}, - "status": "pending uploaded canceled",
- "created_at": "2021-01-01T12:00:00Z",
- "updated_at": "2021-01-01T12:00:00Z"
}
], - "created_at": "2021-01-01T12:00:00Z",
- "updated_at": "2021-01-01T12:00:00Z"
}, - "page_info": "string"
}