V-PIN as an add-on
The Veratad V-PIN (Veratad Personal Identification Number) is a unique identifier assigned to each individual for reliable tracking. This service generates a unique, immutable V-PIN for every individual, creating a consistent reference point irrespective of changes in other personal details.
Request
To get a V-PIN returned just add .VPIN
to the end of the service name in your request.
Example Output
When V-PIN is active as an add-on to a verification service you will recieve an additional block on response called output
which will containt the vpin
block and uuid.
Full Example Response Body
This is what the output block will look like when being returned as an add-on to a verification service transaction.
The V-PIN serves as a unique identifier for each individual in our system. However, it's crucial to understand that the presence of a V-PIN does not automatically imply that the user has been verified. The V-PIN is solely used for tracking and identification purposes, and it is not an endorsement or confirmation of the user's validity or identity.You must still examine the service result to determine whether or not the user is verified.
Please be aware that in some instances, the V-PIN may be empty.
In an empty case the result will look like the below
Last updated