On Demand Merchant

post

If a user cannot find a business through the SellerSearch calls, this endpoint allows the user to request the addition of a new business. This will trigger a request to our data acquisition pipeline in an attempt to find the business. A callback URL is required to hit this call, when a request is complete it will send back the seller report payload if the business was found. The request takes about 5 minutes on average.

Authorizations
AuthorizationstringRequired
Header parameters
LenderIdstringRequired

Lender ID provided by Verdata

Body
business_namestring · min: 1 · max: 250Required
business_addressstring · min: 1 · max: 250Required
business_citystring · min: 1 · max: 250Required
business_statestring · min: 1 · max: 250Required
business_phonestring · max: 250Optional
business_zip5string · min: 1 · max: 250Required
created_bystring · max: 250Optional
callbackstring · min: 1 · max: 250Required
Responses
200

Principal 3rd Party Data Report

application/json
post
/on-demand-merchant
POST /external/api/v1/on-demand-merchant HTTP/1.1
Host: api.myverdata.com
Authorization: YOUR_API_KEY
LenderId: text
Content-Type: application/json
Accept: */*
Content-Length: 182

{
  "business_name": "text",
  "business_address": "text",
  "business_city": "text",
  "business_state": "text",
  "business_phone": "text",
  "business_zip5": "text",
  "created_by": "text",
  "callback": "text"
}
200

Principal 3rd Party Data Report

{
  "status": "text",
  "request_id": "123e4567-e89b-12d3-a456-426614174000"
}

Last updated