Comment on page
⌨
본인인증 결과조회 API
본인인증 결과를 조회합니다.
get
https://api.iamport.kr
/certifications/{imp_uid}
본인인증 결과를 imp_uid를 이용하여 조회합니다.
{
"code": 0,
"message": "string",
"response": {
"imp_uid": "string",
"merchant_uid": "string",
"pg_tid": "string",
"pg_provider": "string",
"name": "string",
"gender": "string",
"birth": 0,
"birthday": "string",
"foreigner": true,
"phone": "string",
"carrier": "SKT",
"certified": true,
"certified_at": 0,
"unique_key": "string",
"unique_in_site": "string",
"origin": "string",
"foreigner_v2": true
}
}
Swagger Test Link
Last modified 6mo ago