Seller Detailed Search

post

This endpoint is similar to the SellerSearch call, except that it will reach out to grab updated Bankruptcy, Lien, and Judgement Data and Corporate Filing data if the client has those packages outlined in their contract. A callback URL is required to receive the updated SellerReport once the request is complete. If detailed_info is false, it will only grab BLJ summary info -- which is the total counts of bankruptcies, liens, and judgements. If the client wishes to grab specific bankruptcy, lien, and judgement data set this parameter to True. See the "blj" and "secretary_of_state" fields returned in the SellerReport payload. This call returns a request_id where the client can check on the status of the request with the SellerDetailedStatus call or directly grab the result of the request in the SellerDetailedResult call. An indepth walkthrough of implementing these calls can be read here.

Authorizations
AuthorizationstringRequired
Header parameters
LenderIdstringRequired

Lender ID provided by Verdata

Body
legal_entity_namestring · max: 255Optional
namestring · max: 255Optional
address_line_1string · min: 1Required
address_line_2stringOptional
citystring · min: 1Required
statestring · min: 1Required
zip5string · min: 1 · max: 5Required
zip4string · max: 4Optional
dpcstring · max: 3Optional
einstring · max: 255Optional
phonestring · max: 20Optional
alt_phonestring · max: 20Optional
faxstring · max: 20Optional
emailstring · max: 255Optional
domain_namestring · max: 255Optional
callbackstring · min: 1Required
inquiry_idstring · uuidOptional

Ignore this field internal use only

Responses
chevron-right
200

Seller Detailed Report

application/json
post
/seller-detailed
200

Seller Detailed Report

get

Check on the status of a Detailed Seller Request by passing in request_id.

Authorizations
AuthorizationstringRequired
Path parameters
request_idstringRequired
Header parameters
LenderIdstringRequired

Lender ID provided by Verdata

Responses
chevron-right
200

Request Status

application/json
get
/seller-request-check/{request_id}
200

Request Status

get

If a seller detailed request is complete, will return the detailed seller report by passing in request_id.

Authorizations
AuthorizationstringRequired
Path parameters
request_idstringRequired
Header parameters
LenderIdstringRequired

Lender ID provided by Verdata

Responses
chevron-right
200

Seller Detailed Report

application/json
get
/seller-request-result/{request_id}
200

Seller Detailed Report

Last updated