Prerequisites
- An active, verified Neuron account with a valid JWT
- At least one cryptographic key created on the account (see Creating cryptographic keys)
Overview
Step 1: Get application requirements
Each Neuron can be configured with different minimum requirements for identity applications. Retrieve them before building your form:- Which properties are required (e.g. first name, last name, personal number, country)
- Minimum number of photos required
- Whether peer review is available and how many approvals are needed
- Whether ISO 3166 country codes are required
Step 2: Validate the personal number (optional)
If your application includes a personal number, validate and normalize it first:Step 3: Submit the application
Submit the identity application, referencing the cryptographic key that will be associated with this identity:FIRST, MIDDLE, LAST, PNR, ADDR, ZIP, CITY, REGION, COUNTRY. For organizational identities, additional properties like ORGNAME, ORGNR, ORGDEPT, and ORGROLE are available.
The response includes a Legal Identity ID and a status of Created.
The properties you include are cryptographically signed together with the key. They cannot be changed after submission — you must submit a new application if corrections are needed.
Step 4: Attach supporting documents (if required)
If the Neuron requires photos or other attachments:GetApplicationAttributes.
Step 5: Mark ready for approval
Once all attachments are uploaded, signal that the application is complete:Monitoring the application status
Status changes are delivered asynchronously. Poll for updates using:state field. Proceed once it reaches Approved.
Next steps
- Getting your identity approved — understand the approval options and how to request peer review.
- Contracts flow — use your approved identity to sign contracts.