Get Merchants

Deprecated
GET
/rewards/merchant

Retrieve ALL national and local merchant data regardless of whether a user is eligible to see them. This endpoint is a legacy endpoint and will no longer be maintained soon. Instead, use Get Eligible Merchants to retrieve national merchant data and build your targeted offers UX experience. Local merchants and offers details can be found by calling the Get Eligible Locations endpoint with the includeLocal query parameter.
Required scopes: rewards:read

Query parameters

pageintegerOptional

Page number [>= 0], (default = 0)

limitintegerOptional

Maximum number of merchants [1 - 200], (default = 200)

source"NATIONAL" or "LOCAL"Optional

Merchant source

Allowed values: NATIONALLOCAL
categoryenumOptional

Category of merchant. Please use URL Encode for non single word categories. (Food & Beverage should be Food%20%26%20Beverage)

Response

This endpoint returns a list of objects.
_idstring

Merchant ID in Kard’s system

acceptedCardslist of enums
Allowed values: VISAMASTERCARDAMERICAN EXPRESSDISCOVER
categoryenum

Category of merchant

createdDatedatetime

Created date of merchant in Kard’s system (UTC)

descriptionstring

Merchant description - usually a blurb outlining more details about the merchant

imgUrlstring

Merchant image asset URL

lastModifieddatetime

Last modified date of merchant in Kard’s system (UTC)

namestring

Merchant name

offerslist of objects

Offers associated to the merchant

source"NATIONAL" or "LOCAL"
Allowed values: NATIONALLOCAL

Merchant source

websiteURLstring

Merchant’s URL website

bannerImgUrlstringOptional

Merchant banner image asset URL

Errors