# Changelog

{% updates format="full" %}
{% update date="2026-05-06" %}

## API v2 Update — Compliance & Document Types

{% hint style="warning" %}
The changes listed below are currently available in the staging environment via stagep.tst-apidmndelss.com and will be released to production environment later.
{% endhint %}

**New: Compliance**

A new Compliance endpoint is now available. It includes a new method **Get Compliance Link** — `GET/v2/compliance/{customerId}/web_sdk_link` — which generates a short-lived URL for the customer's KYC/KYB verification flow. When opened, the URL launches a modal window with the required verification fields for the customer to complete.

***

**Heads up: Set Customer Application is being deprecated**

The **Set Customer Application** method in the Application endpoint will be deprecated on June 6, 2026. Going forward, the new application flow should be handled through the **Get Compliance Link** method.

Please note: Get Compliance Link does not affect the current functionality of Set Customer Application. Both methods remain active and can be used simultaneously.

***

**New: Additional document types**

In the **Get Customer Application** endpoint, the following new document types have been added:

`SOURCE_OF_FUNDS`, `TYPE_VISA`, `IDENTIFY_BIOMETRICS`, `INCUMBENCY_CERT`, `PHOTO`, `COMPLIANCE_OFFICER_RESUME`, `REGULATORY_LICENSE`, `SANCTIONS_AUDIT`, `SANCTIONS_POLICY`, `TRADE_LICENSE`, `COMMERCIAL_LICENSE`, `WOLFSBERG_GCBDDQ`, `SOURCE_OF_WEALTH_COMPANY`, `SOURCE_OF_WEALTH_SHAREHOLDER`, `ORG_CHART`, `AML_KYC_POLICY`, `OWNERSHIP_STRUCTURE`, `UBO_POA`, `DIRECTOR_POA`, `UBO_LIVENESS`, `DIRECTOR_LIVENESS`, `CONTRACT`, `INVOICE`, `TERM_SHEET`, `BILL_OF_LADING`.

> 📅 All endpoints above are available in staging only until the production release.
> {% endupdate %}

{% update date="2026-04-14" %}
KYC/KYB Requirements article updated

Please note that the sample documents templates have been updated, make sure use the new versions for your clients' onboarding.&#x20;

{% endupdate %}
{% endupdates %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.delos.financial/changelog/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
