v1
latestOpenAPI 3.0.02026-07-2641723.8 KBOrder a verification
Orders a new verification.
<Note> [Create a user](/api-reference/verifications-guide#create-a-user) or update an existing user with the required details before ordering payroll, government, banking, or document verifications. </Note>post/v2/verifications
Request body
Response
Example response
{
"channel": "api",
"status": {
"errors": [
{
"code": "self-employed_income",
"title": "Self-employed income",
"message": "Self-employed income cannot be assessed using Paystub and W2 Data.",
"resources": [
{
"id": null,
"type": "employments",
"name": "Freelance Consulting LLC"
}
]
}
]
},
"report": {
"file_url": "www.argyle.com/storagename/pdf",
"json_url": "www.argyle.com/storagename/json"
}
}