ID
ID is a government-issued identification document such as a passport, identification card, or driver's license.
The list of ID types that your integration supports, as well as a list of the IDs that Jumio supports, is available from the Jumio Portal by logging in as an Administrator and going to Settings > Identity Verification > Accepted IDs and Settings > Identity Verification > Supported IDs. For additional information, see Accepted IDs and Supported IDs.
Depending on the type of ID, either just a FRONT image or both FRONT and BACK images may be required. If your integration uses the Web Client or the mobile SDKs the customer journey The end-user experience for uploading required credentials. Customers can integrate the Jumio Web Client and/or SDKs into their apps, or implement the customer journey themselves and use Jumio APIs to upload credentials and initiate transactions. will guide the end user to provide the required parts.
Credentials
To use the "API" channel to process Brazilian PDFs, you must first contact the Jumio support team to enable the Brazilian PDF driver's license functionality. Once this functionality is enabled, you can initiate the account following the specified process.
The workflow requires the credentials array, if you upload credentials via REST API calls. It’s also used to:
"credentials": [ { "category": "ID", "country": { "predefinedType": "DEFINED", "values": [ "BRA" ] }, "type": { "predefinedType": "DEFINED", "values": [ "DRIVING_LICENSE" ] } } ]