Added
April 27th 2026
about 5 hours ago by Ran Grushkowsky
Added
Link an AiPrise verification session
Introduced a new PUT endpoint at /payout/user/{user_token}/kyc/aiprise to link an AiPrise verification session to a user and import verification data.
-
Required query parameter
verification_session_id(string, uuid) — AiPriseverification_session_idto link to the specifieduser_token.
-
On success, the service retrieves applicant data and associated images from AiPrise and links them to 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.
