Mastercard · Schema
MerchantSearch
Merchant Search Request Info
Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPayments
Properties
| Name | Type | Description |
|---|---|---|
| addressLine1 | string | Line 1 of the street address for the merchant location. Usually includes the street number and name. This parameter is ignored if latitude and longitude are provided. If you provide this parameter you |
| addressLine2 | string | Line 2 of the street address usually an apartment number or suite number. This parameter is used rarely and is ignored if latitude and longitude are provided. If you provide this parameter you must al |
| city | string | The name of the city for a merchant location. This parameter is ignored if latitude and longitude are provided. If you provide this parameter you must also provide the Country parameter. |
| countryCode | string | Any two digit country code for a Merchant location. Valid values are two digit alpha country code. This parameter is ignored if latitude and longitude are provided. This parameter is required if any o |
| countrySubdivisionCode | string | The state or province for a merchant location (only supported for US and Canada locations). This parameter is ignored if latitude and longitude are provided. If you provide this parameter you must als |
| latitude | string | The latitude of a merchant location. If latitude is provided longitude must also be provided. |
| longitude | string | The longitude of a merchant location. If longitude is provided latitude must also be provided. |
| merchantCategory | string | Category Id of the merchant location. See the Categories resource for a list of valid categories. Input may be a comma delimited list of category ids. |
| merchantType | string | Type of merchant location. Options are 'paypass' 'repower' 'easysavings' and 'cashback'. |
| offerMerchantId | string | Unique identifier that represents the merchant sponsor of an offer. Any valid merchant ID. |
| postalCode | string | The zip code or postal code for a Merchant location. This parameter is ignored if latitude and longitude are provided. If you provide this parameter you must also provide the Country parameter. |