Search for a single merchant

POST {{baseUrl}}/single-searches

This API endpoint allows you to query for a single merchant

Request Body

{"country"=>"USA", "merchantName"=>"Starbucks, Inc.", "streetAddress"=>"10 Main St, Apt 3", "city"=>"Los Angeles", "state"=>"NY", "postalCode"=>"10577", "phoneNumber"=>"9175763488", "taxId"=>"834706918"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"responseTimestamp":"2021-03-04T01:15:20","status":"Request was successful","data":{"matched":true,"confidenceLevel":"HIGH","merchantId":7732345,"matchedName":"Starbucks, Inc.","matchedStreet":"10 Main St, Apt 234","matchedCity":"Los Angeles","matchedState":"NY","matchedPostalCode":"10577","matchedCountry":"USA","matchedPhone":"9175763488","matchedTaxId":"834706918","clearingLastSeenDate":"2002-05-30","transactionRecency":"1 month","mcc":1711,"mccGroup":"Service Providers","purchaseCardLevel":0}}