v1

latestOpenAPI 3.0.1Apache 2.02026-07-248286406.8 KB
KYC

Get all KYC sessions

This GET endpoint is used to obtain all previous KYC sessions for the user with the provided user token. <br> To use this endpoint, you need to provide the user_token as a parameter in the URL Path.

get/payout/user/{user_token}/kyc/id

Response

Succesful operation.

provider'Veriff' | 'Au10tix' | 'TaxIdentity' | 'Ondato' | 'ShuftiPro' | 'SumSub' | 'Stripe' | 'Yoti' | 'Persona' | 'TaxBandits' | 'Plaid' required

The provider of the KYC service

session_idstring required

The ID of the session

session_timestring date-time required

The time the session was started

status'Started' | 'Submitted' | 'Abandoned' | 'Expired' | 'Resubmitted' | 'Declined' | 'Approved' | 'Resubmission requested' | 'Review' required

The status of the session

respobject
feenumber float required

The fee amount charged to this session in USD

Example response

[
  {
    "session_id": "20ea33e3-fb0c-4387-944d-511bd605b0d5"
  }
]