Skip to main content
POST
/
api
/
v3
/
verifications
/
indonesia
/
dukcapil-full
Dukcapil Data Full
curl --request POST \
  --url https://{environment-subdomain}.idmetagroup.com/api/v3/verifications/indonesia/dukcapil-full \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "date_of_birth": "YYYY-MM-DD",
  "gender": "<string>",
  "name": "<string>",
  "nik": "<string>",
  "trustFlowId": 0,
  "trustValidationId": "{your_created_trust_validation_id}"
}
'
{
  "success": true,
  "message": "Indonesia Dukcapil Full processed successfully",
  "data": {
    "isValid": true,
    "success": true,
    "message": "Berhasil",
    "data": {
      "nik": true,
      "name": true,
      "dateOfBirth": true,
      "selfieImagePercentage": "99.8",
      "livenessResult": null,
      "livenessFailMessage": "",
      "noKk": null,
      "motherMaidenName": null,
      "placeOfBirth": true,
      "address": true,
      "gender": true,
      "maritalStatus": true,
      "jobType": true,
      "province": true,
      "city": true,
      "district": true,
      "subdistrict": true,
      "rt": true,
      "rw": true,
      "uuid": "76367de2-1b77-4eb7-9bc3-3263b62ebf2f",
      "url": "",
      "reasonCode": "0",
      "errorMessage": null
    }
  },
  "verificationStatus": "VERIFIED",
  "verificationStatusCode": 3,
  "trustFlowId": 0,
  "trustValidationId": "{your_trust_validation_id}",
  "verificationType": "dukcapil_full",
  "metadata": null
}

Authorizations

Authorization
string
header
required

Use Bearer {your_api_token} in the Authorization header.

Headers

Accept
string
default:application/json
Content-Type
string
default:application/json

Body

application/json
date_of_birth
string
required

Date of birth of the individual in YYYY-MM-DD format.

gender
string
required

Gender of the individual (for example, Male or Female).

name
string
required

Full name of the individual to be verified.

nik
string
required

Indonesian National Identity Number (Nomor Induk Kependudukan).

trustFlowId
integer
required

Trust flow identifier used to categorize or group requests for tracking or reporting.

trustValidationId
string
required

Trust validation identifier for the verification request.

address
string

Residential address of the individual.

city
string

City of residence.

district
string

District or municipality.

job_type
string

Occupation or type of job.

marital_status
string

Marital status (for example, Single, Married, Divorced).

mother_maiden_name
string

Mother's maiden name.

no_kk
string

Family card number (Nomor Kartu Keluarga).

place_of_birth
string

Place of birth of the individual.

province
string

Province of residence.

rt
string

Neighborhood unit (Rukun Tetangga).

rw
string

Community unit (Rukun Warga).

subdistrict
string

Subdistrict or village.

selfie_image
string

Base64-encoded selfie image.

Response

200 - application/json

Dukcapil data full verified successfully

success
boolean
required
message
string
required
data
object
required
verificationStatus
string
required

Outcome of the verification (for example VERIFIED, REJECTED, REVIEW_NEEDED).

verificationStatusCode
integer
required
trustFlowId
integer
required

Trust flow identifier.

trustValidationId
string
required
verificationType
string
required

Verification type identifier (for example dukcapil_full).

metadata
object