Natural Person Create process

Prerequisites

Partners need to gather all required personal information before initiating the Natural Person creation process.

Process steps

The process is asynchronous and involves several steps:

  1. Partner calls the create Natural Person endpoint (POST /entities/natural-persons),

  2. The system verifies if all required data is present and if restricted data is detected, an admin task is opened,

  3. If admin rejects, the Natural Person is rejected. If admin approves, the Natural Person is created with CREATED status.

How to Call the Create Endpoint

The create request is performed by calling the endpoint:

POST /entities/natural-persons

Last updated