Skip to main content

Start a new KYC session

POST 

/sessions/start

Start a new KYC session, returning an object containing the session Id. This operation will not deduct any credits, unless finished

Request

Body

required

    country stringrequired

    Customer's country ISO Code

    documentNumber stringrequired

    Customer's document number

    documentType string

    Possible values: [id-card, passport, driving-licence, voting-card]

    Customer's document type

    firstName stringrequired

    Customer's first name

    lastName stringrequired

    Customer's last name

    customerId string

    Customer's optional identifying key

Responses

Schema

    sessionId stringrequired

    The session id, used to identify the session

Loading...