Added
November 11th 2025
about 2 hours ago by Ran Grushkowsky
Added
Introduced a new PUT endpoint at /payout/user/{user_token}/kyc/yoti to link a Yoti KYC session to a user and import their verification data.
-
Requires a
session_idquery parameter:session_id(string, uuid, required) – The Yotisession_idto link to the specifieduser_token.
-
On success, the service downloads session data and images from the Yoti platform and associates them with the user.
200 Response (example)
{
"success": true,
"error": ""
}success (boolean) – Indicates whether the linking process was successful.
error (string, optional) – When linking fails, contains a short description of the error.
