Skip to main content

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.

info

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 DescriptionJumio Platform Workflow Key and Description
Workflow 1: ID Capture and Storage10031: ID Capture and Storage
Workflow 2: ID Verification10164: Jumio ID + Selfie Verification with Optional Prepared Data
Workflow 3: ID and Selfie Verification10165: Jumio ID + Selfie Verification
Workflow 5: Similarity to Existing ID10025: Similarity to Existing ID
Workflow 6: Standalone Liveness10016: Standalone Liveness
Workflow 9: Authentication10014: Jumio Authentication
Workflow 16: Authentication On-Premises10071: Authentication On-Premises
Workflow 20: Similarity of Two Images10024: Similarity of Two Images
Workflow 32: ID Verification, Selfie Verification, Screening10032: ID + Selfie + Screening