Release notes
You can keep up to date with the latest updates for our ReuseID solution by monitoring the release notes below.
24.10.2024
Added eID provider options object to the request body
We have updated the format of the request body for both onboarding and step-up.
Now, the optional documentation configurations for the VideoID process are moved to their own object called eidProviderOptions
.
Example: New request body
{
"input": {
"eidProviderOptions" : {
"docTypes" : [138,169,147,245,277,134],
"defaultId" : 138
}
}
}
For more information, see the following sections in our ReuseID Quick start guide: