Skip to main content

Store tokenized document

POST 

/v1/vault/collect

Stores a tokenized document value on for the user.

Request

Body

required

The tokenized document data to store

    documentType DocumentType (string)required

    Possible values: [ssn, id_card, license, passport]

    documentToken stringrequired

    The tokenized document value to store

Responses

Document token was successfully stored.

Schema

    traceId string
    message string

    data

    object

    userId stringrequired

    The unique identifier of the user

    documentType DocumentType (string)required

    Possible values: [ssn, id_card, license, passport]

    The type of document that was stored

Loading...