Retrieving Consent Details
By default details about if and when the end user consent was obtained are not provided in the Workflow Details. If you require access to the user consent details contact your Jumio Account Manager or Technical Support to enable retrieval for your tenant. Once it is enabled the data will be included in the workflow details response.
If enabled, the workflow details response will include:
-
A consent JSON object for the transaction, including the UTC timestamp for when the consent was obtained:
"consent": { "obtained": "yes", "obtainedAt": "2022-11-28T23:50:40.136Z" },
-
A consent JSON object for each credential A form of identification that is associated with an account. Jumio currently supports these types of credentials: Government ID; Selfie; Facemap; Document; Data, which can be either Prepared Data or Device Data.:
"consent": { "decisionAccepted": true, "collectedBy": "CUSTOMER" }