Use this endpoint to obtain parental consent with the guardian's driver's license. The guardian will also need to submit a selfie to verify that they are the owner of the license via a facial comparison.

If the consent object has already been verified, then nothing is done and the consent object is returned.

Log in to see full request history
Path Params
string
required

The key of the consent object to verify.

Body Params
string
required

The type of photo ID to use. Currently only "drivers_license" is supported.

string
required

The image of the photo ID, encoded as a base 64 string.

string
required

The image of the selfie, encoded as a base 64 string.

boolean

Indicates whether or not consent needs to be reverified. If the consent object was previously verified, setting this property to true will cause the verified property to be reset to false before the photo ID is verified. This means that if the ID verification fails, then the consent object will remain unverified.

Responses

verified property will be set to true and verify_status will be set to succeeded.

If the verification requires further human review, then verified will remian false and verify_status will be set to processing. When huamn review has finished, a webhook event will be sent to notify your application of the results of the verification.

Language
Credentials
:
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json