Step 2 제출 실패 시 Retry code와 Retry message를 확인할 수 있습니다.
제출 실패 시 동일한 submissionId를 사용하여 재시도를 할 수 있습니다.
Retry Count가 3이 되면 해당 submission은 자동으로 거절됩니다.
{
"retry": [
{
"retryCode": "face_compare_underscore",
"retryMsg": "The face doesn’t match. Please retry with another face image."
}
],
"kycStatus": "incomplete",
"retryCount": 1
}