v.1.5.0
2025-10-06 - Live
2025-09-23 - Test Environment
Added
Requestor ID Validation: A unified validation mechanism for
requestorIdhas been Implemented across all relevant endpoints.General rule:
requestorIdmust be a UUID of a Natural Person inACTIVEstatus.If an endpoint modifies an entity or a role, the
requestorIdmust either:directly represent this entity, or
be a Natural Person with a proxy role for this entity.
Examples of stricter bindings:
Customer context (Customer or its Proxy):
Create Market Order
POST /digital/orders/marketUpload Document
POST /v2/documentswithresourceType = CUSTOMERCreate Customer Product
POST /customers/{customerId}/productsUpdate Customer Product
PATCH /products/{customerProductId}Update Customer
PATCH /roles/customers/{customerId}Start Offboarding
POST /roles/offboardings(roleType = CUSTOMER)Cancel Offboarding
DELETE /roles/offboardings/{offboardingId}(roleType = CUSTOMER)Create Transfer
POST /transfers
Proxy context (Proxy Natural Person for given Customer/Entity):
Upload Document
POST /v2/documentswithresourceType = PROXYUpdate Proxy
PATCH /roles/proxies/{proxyId}Start/Cancel Offboarding for Proxy role
Natural Person context (self or via Proxy):
Upload Document
POST /v2/documentswithresourceType = NATURAL_PERSONSign Document
POST /v2/documents/signUpdate Natural Person
PATCH /entities/natural-persons/{naturalPersonId}Create Identification Verification
POST /entities/identification-verificationsCreate Natural Person Identification
POST /entities/natural-persons/{naturalPersonId}/identificationStart Onboarding
POST /roles/onboardings(resourceType = PROXYwhen Customer Proxy is a Natural Person)
Legal Entity context (via Proxy):
Upload Document
POST /v2/documentswithresourceType = LEGAL_ENTITYUpdate Legal Entity
PATCH /entities/legal-entities/{legalEntityId}Update Beneficial Owner
PATCH /entities/beneficial-owners/{beneficialOwnerId}Update/Delete Legal Representative
Start Onboarding
POST /entities/onboardings(entityType = BENEFICIAL_OWNER)Start/Cancel Offboarding for Beneficial Owner
Joint Person context:
Update Joint Person
PATCH /entities/joint-persons/{jointPersonId}Start Onboarding
POST /roles/onboardings(resourceType = PROXYwhen Customer Proxy is a Joint Person)\
Trading Profile Management: New endpoints have been implemented to create and update the basic trading profile for a natural person.
Natural Person Data Expansion: Added
genderandfirstNameas new updatable parameters to the Update Natural Person endpoint.Description: Updating these fields requires the submission of a KYC document (e.g., new ID, name/gender change certificate).
The natural person's status will change to
REVIEW.Updating
firstNamealso triggers a re-verification.
Fictive UBO Validation: Added new validations for updating the
uboRelationshipon aFICTIVE_UBO.
Changed
KycNow Service Integration: Expanded integration with an additional transparency register module, enabling the retrieval of more documents.
National Identifier Recalculation: National identifiers of type
CONCATare now automatically recalculated when a natural person'sfirstName,lastName, ornationalityis updated.
Last updated

