Plugin Response
Response States
SUCCESS
: Process finished successfully
CAPTURED_IMAGES
: Images captured by SDK are returned during runtime
EXIT
: Process terminated by the user with no errors
FAILURE
: Process finished with the user's failure to pass the service requirements
EVENT_LOGS
: SDK event logs are returned during runtime
ERROR_LOGS
: SDK error logs are returned during runtime
ERROR
: Process terminated due to an error in the builder
Primary Response Object
nameValuePairs
ocrResult
Object Body
ocrResult
Object BodysessionID
<string>
capturedImages
Object Body
capturedImages
Object BodynationalIDLabel
<string>nationalIdImage
<base64-string>
log
Object Body
log
Object Body date
<string>key
<string>screen
<string>timestamp
<string>type
<string>sessionID
<string>
errors
Object Body
errors
Object Bodycode
<string>message
<base64-string>date
<string>screen
<string>timestamp
<string>type
<string>sessionID
<string>
State Responses
SUCCESS
nameValuePairs
<object>state
<string>ocrResult
<sub-object>
CAPTURED_IMAGES
nameValuePairs
<object>state
<string>
EXIT
nameValuePairs
<object>state
<string>ocrResult
<object>step
<string>
FAILURE
nameValuePairs
<object>state
<string>ocrResult
<object>errorCode
<int>errorMessage
<string>
ERROR
nameValuePairs
<object>state
<string>errorCode
<int>errorMessage
<string>
EVENT_LOGS
nameValuePairs
<object>state
<string>log
<object>
ERROR_LOGS
state
<string>log
<object>
Last updated