Seller Submission
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.
Lender ID provided by Verdata
If callback is an input -- then name, address, city, state, and zip5 fields are required
Ignore this field - Internal Use Only
Seller requested Successfully
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"
}Seller requested Successfully
No content
Last updated

