Search for multiple merchants in a single request

POST {{baseUrl}}/multiple-searches

This API endpoint allows you to query for multiple merchants

Request Body

{"0"=>{"country"=>"USA", "merchantName"=>"Starbucks, Inc.", "requestId"=>"4b4961a2-2fd2-4308-813c-8b1f08503d9f", "streetAddress"=>"10 Main St, Apt 3", "city"=>"Los Angeles", "state"=>"NY", "postalCode"=>"10577", "phoneNumber"=>"9175763488", "taxId"=>"834706918"}, "1"=>{"country"=>"USA", "merchantName"=>"Starbucks, Inc.", "requestId"=>"4b4961a2-2fd2-4308-813c-8b1f08503d9f", "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","data":[{"requestId":"4b4961a2-2fd2-4308-813c-8b1f08503d9f","success":true,"record":{"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},"Errors":{"Error":[{"Source":"Merchant Matching API","ReasonCode":"S01","Description":"Success","Recoverable":true,"Details":"Example not given"},{"Source":"Merchant Matching API","ReasonCode":"S01","Description":"Success","Recoverable":true,"Details":"Example not given"}]}},{"requestId":"4b4961a2-2fd2-4308-813c-8b1f08503d9f","success":true,"record":{"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},"Errors":{"Error":[{"Source":"Merchant Matching API","ReasonCode":"S01","Description":"Success","Recoverable":true,"Details":"Example not given"},{"Source":"Merchant Matching API","ReasonCode":"S01","Description":"Success","Recoverable":true,"Details":"Example not given"}]}}]}