[Deprecated] Onboarding Wizard

Create natural person wizard instance

post
/natural-persons-wizard

Creates new onboarding process wizard instance for a natural person. Each natural person data section can be added by using patch endpoint.

Authorizations
OAuth2clientCredentialsRequired
Token URL:
Responses
200

OK

application/json
post
/natural-persons-wizard

Get natural person wizard instances

get
/natural-persons-wizard

Get list of natural person wizard instances

Authorizations
OAuth2clientCredentialsRequired
Token URL:
Query parameters
wizardStatusstring · enumOptional

wizard instance status

Possible values:
cursorstringOptional

String value used for pagination

limitinteger · min: 1Required

Maximum number of items to return

Default: 20
Responses
200

OK

application/json
get
/natural-persons-wizard

Get natural person wizard by instance ID

get
/natural-persons-wizard/{wizardInstanceId}

Get wizard data (wizard status, wizard instance id, natural person data) for given wizard instance ID

Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
wizardInstanceIdstring · uuidRequired

Unique wizard instance identification number in UUID format

Responses
200

OK

application/json
get
/natural-persons-wizard/{wizardInstanceId}

Update natural person wizard instance

patch
/natural-persons-wizard/{wizardInstanceId}

Updates natural person data from wizard. Only opened wizard instances (status other than FULLY_COMPLETED) can be updated. Any number of sections can be send as a request body. Each send section is validated. All send section data overwrites previously send sections data. Flag createNaturalPerson will create natural person from all send sections. It will return error if natural person could not be created.

Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
wizardInstanceIdstring · uuidRequired

Unique wizard instance identification number in UUID format

Body
createNaturalPersonbooleanRequired
externalStatusstring · min: 1Optional
externalIdstring · min: 1Optional

External Id in partner's system. This value has to be unique

Responses
200

OK

application/json
patch
/natural-persons-wizard/{wizardInstanceId}

Delete natural person wizard instance

delete
/natural-persons-wizard/{wizardInstanceId}

Deletes wizard instance with all natural person data.

Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
wizardInstanceIdstring · uuidRequired

Unique wizard instance identification number in UUID format

Responses
200

Wizard instance deleted

No content

delete
/natural-persons-wizard/{wizardInstanceId}

No content

Last updated