Added

April 7th 2026

Added

Link a Plaid inquiry

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

  • Required query parameter

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