Skip to main content

Japanese Resident Card Verification

A Japanese Resident Card (JRC) is an identification card issued to foreign nationals residing in Japan, serving as proof of residence and status of residence.

API Integration

Japanese Resident Card verification can be performed using the Verify Japanese Resident Card API

Request

Upload the image of the Japanese Resident Card (file in binary format)

Response

If the Japanese Resident Card is valid the response will be of the following format.

{
"code": 0,
"message": "Success",
"data": {
"address": "1-2-201 Saidaiji xxxx, Nara City, Nara xxx",
"addressJapanese": "xxxxxx-201号",
"dateOfApproval": "xxx-04-06",
"dateOfBirth": "xxxx-02-05",
"dateOfExpiry": "xxxx-04-06",
"dateOfIssue": "xxxx-04-06",
"documentNumber": "LD1034xxx2LD",
"name": "xxxxxxx xxxxx",
"nationality": "xxxxx",
"nationalityJapanese": "xxxx",
"periodOfStay": "5Y",
"sex": "M",
"sexJapanese": "男",
"status": "Engineer/ xxxxxt xxxxx/ Int' IServices",
"statusJapanese": "xxxxxxx",
"photo": "Base 64 Image"
}
}

If the Japanese Resident Card is invalid the response will be of the following format.

{
"message": "Unable to verify id, please try again using a better quality upload"
}