curl --request POST \
--url https://api.nuvion.tech/individual-entities \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "John Doe",
"person": {
"first_name": "John",
"last_name": "Doe",
"middle_name": "Robert",
"date_of_birth": "1990-05-15",
"email": "[email protected]",
"nationality": "US",
"gender": "m"
},
"address": {
"line_1": "123 Main Street",
"line_2": "Apt 4B",
"city": "New York",
"state": "NY",
"postal_code": "10001",
"country_code": "US"
},
"identification": {
"national_id": {
"type": "SSN",
"value": "123-45-6789"
},
"drivers_license": {
"number": "DL12345678",
"issuing_country": "US",
"issue_date": "2020-01-15",
"expiry_date": "2028-01-14"
}
},
"business": {
"website": "www.resilienceexample.com",
"name": "Resilince Ent",
"liveness_report_url": "https://web.idologylive.com/idscan",
"description": "Sales studio",
"category_code": "0742"
},
"meta": {
"annual_turnover": "less_than_100000",
"monthly_transaction_value": "1000_to_10000",
"monthly_payments_count": "50_to_99",
"max_transfer_amount": "10000",
"customer_types": "individuals",
"sales_channels": [
"physical_store",
"E-commerce platform or marketplace",
"social media page",
"My own website"
],
"funding_source": "investment"
},
"parent_entity": "01HJ5G6R7MXW5ZK2QD6YA8N9F3",
"parent_relationship": "employee"
}
'{
"message": "Individual entity created successfully",
"status": 201,
"data": {
"entity": {
"id": "01HJ5G6R7MXW5ZK2QD6YA8N9F3",
"type": "individual",
"status": "approved",
"name": "John Doe",
"is_root": true,
"parent_entity": "01HJ5G6R7MXW5ZK2QD6YA8N9F4",
"parent_relationship": "employee",
"person_id": "01HJ5G6R7MXW5ZK2QD6YA8N9F5",
"user_id": "01HJ5G6R7MXW5ZK2QD6YA8N9F6",
"creation_context": "user",
"risk_score": null,
"sanctions_status": null,
"created": 1694520000000,
"updated": 1694520000000
},
"person": {
"id": "01HJ5G6R7MXW5ZK2QD6YA8N9F5",
"first_name": "John",
"last_name": "Doe",
"middle_name": "Robert",
"date_of_birth": "1990-05-15",
"email": "[email protected]",
"nationality": "US",
"gender": "m",
"is_pep": false,
"status": "approved",
"created": 1694520000000,
"updated": 1694520000000
},
"address": {
"id": "01HJ5G6R7MXW5ZK2QD6YA8N9F7",
"line_1": "123 Main Street",
"line_2": "Apt 4B",
"line_3": null,
"city": "New York",
"state": "NY",
"postal_code": "10001",
"country_code": "US",
"owner_id": "01HJ5G6R7MXW5ZK2QD6YA8N9F5",
"owner_type": "person",
"created": 1694520000000,
"updated": 1694520000000
},
"identification": {
"id": "01HJ5G6R7MXW5ZK2QD6YA8N9F8",
"person_id": "01HJ5G6R7MXW5ZK2QD6YA8N9F5",
"national_id": {
"type": "SSN",
"value": "***6789",
"verification_status": "pending"
},
"drivers_license": {
"number": "***5678",
"issuing_country": "US",
"issue_date": "2020-01-15",
"expiry_date": "2028-01-14",
"verification_status": "pending"
},
"verification_status": "pending",
"created": 1694520000000,
"updated": 1694520000000
}
}
}Creates a new creator entity for the authenticated user or entity.
curl --request POST \
--url https://api.nuvion.tech/individual-entities \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "John Doe",
"person": {
"first_name": "John",
"last_name": "Doe",
"middle_name": "Robert",
"date_of_birth": "1990-05-15",
"email": "[email protected]",
"nationality": "US",
"gender": "m"
},
"address": {
"line_1": "123 Main Street",
"line_2": "Apt 4B",
"city": "New York",
"state": "NY",
"postal_code": "10001",
"country_code": "US"
},
"identification": {
"national_id": {
"type": "SSN",
"value": "123-45-6789"
},
"drivers_license": {
"number": "DL12345678",
"issuing_country": "US",
"issue_date": "2020-01-15",
"expiry_date": "2028-01-14"
}
},
"business": {
"website": "www.resilienceexample.com",
"name": "Resilince Ent",
"liveness_report_url": "https://web.idologylive.com/idscan",
"description": "Sales studio",
"category_code": "0742"
},
"meta": {
"annual_turnover": "less_than_100000",
"monthly_transaction_value": "1000_to_10000",
"monthly_payments_count": "50_to_99",
"max_transfer_amount": "10000",
"customer_types": "individuals",
"sales_channels": [
"physical_store",
"E-commerce platform or marketplace",
"social media page",
"My own website"
],
"funding_source": "investment"
},
"parent_entity": "01HJ5G6R7MXW5ZK2QD6YA8N9F3",
"parent_relationship": "employee"
}
'{
"message": "Individual entity created successfully",
"status": 201,
"data": {
"entity": {
"id": "01HJ5G6R7MXW5ZK2QD6YA8N9F3",
"type": "individual",
"status": "approved",
"name": "John Doe",
"is_root": true,
"parent_entity": "01HJ5G6R7MXW5ZK2QD6YA8N9F4",
"parent_relationship": "employee",
"person_id": "01HJ5G6R7MXW5ZK2QD6YA8N9F5",
"user_id": "01HJ5G6R7MXW5ZK2QD6YA8N9F6",
"creation_context": "user",
"risk_score": null,
"sanctions_status": null,
"created": 1694520000000,
"updated": 1694520000000
},
"person": {
"id": "01HJ5G6R7MXW5ZK2QD6YA8N9F5",
"first_name": "John",
"last_name": "Doe",
"middle_name": "Robert",
"date_of_birth": "1990-05-15",
"email": "[email protected]",
"nationality": "US",
"gender": "m",
"is_pep": false,
"status": "approved",
"created": 1694520000000,
"updated": 1694520000000
},
"address": {
"id": "01HJ5G6R7MXW5ZK2QD6YA8N9F7",
"line_1": "123 Main Street",
"line_2": "Apt 4B",
"line_3": null,
"city": "New York",
"state": "NY",
"postal_code": "10001",
"country_code": "US",
"owner_id": "01HJ5G6R7MXW5ZK2QD6YA8N9F5",
"owner_type": "person",
"created": 1694520000000,
"updated": 1694520000000
},
"identification": {
"id": "01HJ5G6R7MXW5ZK2QD6YA8N9F8",
"person_id": "01HJ5G6R7MXW5ZK2QD6YA8N9F5",
"national_id": {
"type": "SSN",
"value": "***6789",
"verification_status": "pending"
},
"drivers_license": {
"number": "***5678",
"issuing_country": "US",
"issue_date": "2020-01-15",
"expiry_date": "2028-01-14",
"verification_status": "pending"
},
"verification_status": "pending",
"created": 1694520000000,
"updated": 1694520000000
}
}
}Authorization header: Bearer {jwt or Secretkey}
"Bearer {jwt or Secretkey}"
The name of the individual entity
Details of the person associated with this entity
Show child attributes
Address of the person
Show child attributes
Identification documents of the person
Show child attributes
Business details if applicable
Show child attributes
The ULID of the parent entity
The relationship with the parent entity
Additional metadata about the business
Show child attributes