Plugin Response
Response States
SUCCESS: Process finished successfully
EXIT: Process terminated by the user with no errors
FAILURE: Process finished with the user's failure to pass the service requirements
ERROR : Process terminated due to an error in the builder
Primary Response Object
nameValuePairs
nameValuePairs Object Body
nameValuePairs Object Bodystate<string>errorCode<string>errorMessage<string>ocrResult<object>capturedImageslist<object>eventslist<object>errorslist<object>
ocrResult Object Body
ocrResult Object BodysessionID<string>
Review Required Feature Breakdown:
The following are possible values that could come in the review required list along with their triggers
capturedImages Object Body
capturedImages Object BodynationalIDLabel<string>nationalIdImage<base64-string>
events Object Body
events Object Bodydate<string>key<string>screen<string>timestamp<string>type<string>
errors Object Body
errors Object Bodycode<string>message<base64-string>date<string>screen<string>timestamp<string>type<string>
State Responses
SUCCESS
nameValuePairs<object>state<string>ocrResult<sub-object>capturedImages<sub-object>events<sub-object>errors<sub-object>
EXIT
nameValuePairs<object>state<string>ocrResult<sub-object>capturedImages<sub-object>step<string>events<sub-object>errors<sub-object>
FAILURE
nameValuePairs<object>state<string>errorCode<int>errorMessage<string>capturedImages<sub-object>ocrResult<sub-object>events<sub-object>errors<sub-object>
ERROR
nameValuePairs<object>state<string>errorCode<int>errorMessage<string>
Last updated