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
- application/json
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
- 200
- 400
- 401
- application/json
- Schema
- Example (from schema)
Schema
sessionId stringrequired
The session id, used to identify the session
{
"sessionId": "string"
}
Invalid data provided
Invalid API key provided
Loading...