Creating an eKYC Request
The next step to create a POST submission request to the Lapis eKYC backend engine
{
"Content-Type": "application/json",
"Accept": "application/json",
"x-api-key": "Your API key"
}{
"email":"[email protected]",
"phoneNumber":"Valid phone number",
"documentIdentificationId":"Returned response"
}Last updated