v1

latestOpenAPI 3.1.02026-07-24450175.9 KB

GovChecks: Panama TSE

Verify a user's DNI against the Panamanian TSE database via document number and a selfie photo

post/pa/tse

Request body

documentNumberstring required

DNI number from the national ID. E.g: "0-000-0000"

selfiestring binary required

Selfie photo from the document owner (file size limit: 2mb)

callbackUrlstring required

Response

200

OR
OR
OR
OR
OR
OR

Example response

{
  "data": {
    "searchId": 123456,
    "documentNumber": "1-234-567"
  },
  "error": {
    "type": "govCheckError",
    "code": "panamanianTse.personUnderaged",
    "message": "Person is under 12 years old"
  }
}