v1
latestOpenAPI 3.1.02026-07-24450175.9 KBGovChecks: Panama TSE
Verify a user's DNI against the Panamanian TSE database via document number and a selfie photo
post/pa/tse
Request body
Response
200
Example response
{
"data": {
"searchId": 123456,
"documentNumber": "1-234-567"
},
"error": {
"type": "govCheckError",
"code": "panamanianTse.personUnderaged",
"message": "Person is under 12 years old"
}
}