Added

December 4th 2025

Added

Link a Persona inquiry

Introduced a new PUT endpoint at /payout/user/{user_token}/kyc/persona to link a Persona KYC inquiry to a user and import the inquiry data and images.

  • Required query parameter

    • reference_id (string, uuid) — Persona identification/inquiry identifier to link to the specified user_token.
  • On success, the service downloads inquiry data and images from Persona 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.