Upgrade from v3
The Jumio Platform API is backward compatible with v3. Upgrading to the current Jumio Platform requires minimal changes to your integration. The most significant changes include:
What Remains the Same ?
- API Authentication (although you are strongly encouraged to migrate to using OAuth2 Bearer Tokens instead of Basic Authentication, if you have not already done so. See Authorization for additional information).
- API endpoints. The APIs you are used to using for account initialization, credential acquisition, transaction status, transaction detail retrieval, and credential deletion remain the same.
- Transactions available in the Jumio Portal. Your v3 transactions are accessible through the Portal along with new transactions.
Retrieval Details
The transaction details return two additional objects:
- A decision object with the overall dicision and risk score for the transaction. For example,
"decision": {
"type": "PASSED",
"details": {
"label": "PASSED"
},
"risk": {
"score": 0.0
}
},
...
Also refer: Transaction Decisions and Risk Scores
- A steps object that provides the URL to the new API for retrieving Workflow Steps
Workflow Keys
The v3 workflows all have corresponding Jumio Platform workflows that return the new details, in addition to taking advantage of the underlying platform improvements. You can take advantage of the new workflows by simply entering the new key in your account request.
You can request automatic mapping of all v3 workflow keys to the updated Platform workflow keys by contacting Support.
Workflow Key Mapping
The following table maps v3 Workflow Keys and Descriptions to their corresponding Jumio Platform Workflow Keys and Descriptions.
| v3 Workflow Key and Description | Jumio Platform Workflow Key and Description |
|---|---|
| Workflow 1: ID Capture and Storage | 10031: ID Capture and Storage |
| Workflow 2: ID Verification | 10164: Jumio ID + Selfie Verification with Optional Prepared Data |
| Workflow 3: ID and Selfie Verification | 10165: Jumio ID + Selfie Verification |
| Workflow 5: Similarity to Existing ID | 10025: Similarity to Existing ID |
| Workflow 6: Standalone Liveness | 10016: Standalone Liveness |
| Workflow 9: Authentication | 10014: Jumio Authentication |
| Workflow 16: Authentication On-Premises | 10071: Authentication On-Premises |
| Workflow 20: Similarity of Two Images | 10024: Similarity of Two Images |
| Workflow 32: ID Verification, Selfie Verification, Screening | 10032: ID + Selfie + Screening |