For AI agents: visit https://verifastapi.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
Jump to Content
Verifast
API Reference
v1.0

Log InVerifast
API Reference
Log In
v1.0API Reference

First Steps

  • Getting Started with Verifast
  • Verifast Connection Page
  • Production Setup

Sandbox

  • /api/v1/create
  • /api/v1/getIFrameUrl
  • /api/v1/update
  • /api/v1/setCosignerAnswers
  • /api/v1/addCoapplicant
  • /api/v1/getHousehold
  • /api/v1/getStatus
  • /api/v1/fetchApplicantPhoto

Clean Sandbox Collection

  • applicationpost
  • createpost
  • getQuestionspost
  • setAnswerspost
  • getIFrameUrlpost
  • updatepost
  • setCosignerAnswerspost
  • addCoapplicantpost
  • getHouseholdpost
  • getStatuspost
  • getTempUrlpost
  • fetchApplicantPhotopost
  • search-by-emailpost
  • identity-reportpost
  • upload-fraudpost
  • fraud-analysispost
  • household-pdf-reportpost
  • applicantRequestCreditpost
  • requestCreditpost
  • submitCriminalRequestpost
  • retrieveCriminalRequestpost
  • check-statusget
  • fetch dataget

Adding Answers to Questions

  • /api/v1/getQuestions
  • /api/v1/setAnswers

Data Retrieval and Report Generation

  • Generating a Temporary Report
  • Webhook
  • Statement and Paystub Uploads
  • Retrieving ID and Selfie Images

Fraud Analysis

  • Fraud Check Processing
  • Generating a Fraud Report Preview

Advanced Features

  • Double Bank Connects

Feature Walkthroughs

  • App and Report
Powered by 
  1. Sandbox

/api/v1/addCoapplicant

Allows appending guids together to denote co-applicants and creating households.

{
	"primaryGuid" : "wyJdl2pV9JmT27BB3Mb1PI3DMIQbtsfIqJDrTLjQQ0ZOc3emSEUI4zV7Xpc0",
	"coapplicantGuidList" : [
	"HYBMQxHrD0bQLqSVah2KPra9qDEu3BgnMY4RCS4yV8U0wizxnJSccS3WhWIU"
]
}

Updated over 2 years ago


Updated over 2 years ago