Updated request body format
· One min read
We have updated the format of the request body for both onboarding and step-up ready-made flows.
We have made three changes to the request body format:
- The
inputwrapper object has been removed. - To reflect the underlying products, we have renamed the object
eidProviderOptionstovideoidProviderOptions. - Added a
providerattribute which can be used to specify the provider to be used in the identity proofing stage of the flow. Currently, the possible values are VideoID (videoid) and ReadID (readid).
Note
These changes are backwards compatible.
Example: New request body
{
"provider" : "videoid",
"videoidProviderOptions" : {
"docTypes" : [138,169,147,245,277,134],
"defaultId" : 138
}
}