Skip to main content

Upload an ID Document image (binary)

PUT 

/api/web/v1/idproofing/:requestId/image/:side

Uploads the front (side = 0) or back (side = 1) of an ID document. Caller requires the IDPROOFING:EDIT permission.

Request

Path Parameters

    requestId stringrequired

    The UUID of the ID Proofing request.

    side int32required

    The side of the ID document image.

Body

required

    string

Responses

Successful

Schema

    countryCode string

    The ID document country code.

    documentClass string

    Possible values: [UNKNOWN, PASSPORT, VISA, DRIVERSLICENSE, IDENTIFICATIONCARD, PERMIT, CURRENCY, RESIDENCEDOCUMENT, TRAVELDOCUMENT, BIRTHCERTIFICATE, VEHICLEREGISTRATION, OTHER, WEAPONLICENSE, TRIBALIDENTIFICATION, VOTERIDENTIFIACTION, MILITARY]

    The ID document class.

    presentationChanged boolean

    Indicates that the document was presented with the back-side specified as the front-side and vice versa.If this occurs, all subsequent image posts must account for this presentation change.

    supportedBackImage boolean

    Indicates that the document type has a back side.

    supportedFrontImage boolean

    Indicates that the document type has a front side.

Loading...