Create/Update Onboarding Application
Creates Application for onboarding Customer or updates existing Application.
Endpoint
Request Type | URL |
|---|---|
POST | https://{EnvironmentURL}/kycp/applications |
Headers
Parameter | Type | Mandatory | Description |
|---|---|---|---|
x-api-version | string | Yes | Requested API version – 1.0 |
Content-Type | string | Yes | application/json |
Request body
Body - JSON
Application, root entity
Parameter | Type | Mandatory | Description |
|---|---|---|---|
id | String | Non Mandatory | Numeric Identifier of the Application Mandatory in case of update (For update either id or uid must be filled) |
customerId | String | Mandatory | Identifier of the Customer who will be onboarded |
uid | String | Non Mandatory | String Identifier of of the Application Mandatory in case of update (For update either id or uid must be filled) |
programId | int | Mandatory | Program Numeric Identifiers. Available values: 1 – Main program |
finalized | bool | Mandatory | Must be True in case when all data of the application filled and Compliance service can start process of approvement |
entities | Collection | Mandatory | Collection of objects of type Entity. Method accepts only one root Entity. This root entity must be Individual or Company |
Entity
Parameter | Type | Mandatory | Description |
|---|---|---|---|
id | int | Non Mandatory | Numeric Identifier of the Entity Mandatory in case of update |
applicationEntityId | int | Non Mandatory | Numeric Identifier of the Entity-Application link. Mandatory in case of update |
typeId | int | Non Mandatory | Numeric Identifier of the Type of the Entity. Available Types:
|
entities | Collection | Non Mandatory | Collection of sub-entities. Available only in case when type of root entity is Company. Sub-entities can be:
|
fields | Collection | Mandatory | Collection of properties of the Entity – Key-Value pairs |
View detailed list of fields for Individual Entity
Responses
200 OK - Success
Parameter | Type | Mandatory | Description |
|---|---|---|---|
Application | object | Yes | Created Application |