Seller Submission

post

This endpoint allows the user to request the addition of a new Seller/Merchant. The turnaround time for this request is 24 hours. If the callback field is submitted then business name, address, city, state, and zip5 are required fields. If a matching request has already been received, this endpoint will return a list of those requests. If the user believes this has occurred in error after reviewing the matching requests, please contact Verdata support. If a request is successful, the endpoint will return a status of HTTP 201.

Authorizations
AuthorizationstringRequired
Header parameters
LenderIdstringRequired

Lender ID provided by Verdata

Body
business_namestring · max: 250Required
business_addressstring · max: 250Optional
business_citystring · max: 250Optional
business_statestring · max: 250Required
business_phonestring · max: 250Optional
business_zip5string · max: 250Optional
created_bystring · max: 250Optional
callbackstring · max: 250Optional

If callback is an input -- then name, address, city, state, and zip5 fields are required

inquiry_idstring · max: 250Optional

Ignore this field - Internal Use Only

Responses
post
/seller-submission
POST /external/api/v1/seller-submission HTTP/1.1
Host: api.myverdata.com
Authorization: YOUR_API_KEY
LenderId: text
Content-Type: application/json
Accept: */*
Content-Length: 202

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

Seller requested Successfully

No content

Last updated