Added

April 27th 2026

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) — AiPrise verification_session_id to link to the specified user_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.