onfido-sdk-ui
Version:
JavaScript SDK view layer for Onfido identity verification
37 lines (36 loc) • 924 B
JSON
{
"capture": {
"driving_licence": {
"front": {
"instructions": "Take a photo of the front of your license"
},
"back": {
"instructions": "Take a photo of the back of your license"
}
},
"national_identity_card": {
"front": {
"instructions": "Take a photo of the front of your card"
},
"back": {
"instructions": "Take a photo of the back of your card"
}
},
"passport": {
"front": {
"instructions": "Take a photo of your passport photo page"
}
},
"face": {
"instructions": "Take a selfie showing your face"
}
},
"errors": {
"camera_not_working": {
"instruction": "Take a selfie using the <fallback>basic camera mode</fallback> instead"
},
"camera_inactive": {
"instruction": "Take a selfie using the <fallback>basic camera mode</fallback> instead"
}
}
}