Get Eligible Merchants

GET
/rewards/merchant/user/:referringPartnerUserId

Retrieve national merchants data that a specified user has eligible national offers at. Call this endpoint to build out 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

Path parameters

referringPartnerUserIdstringRequired

Referring partner user ID from issuer that specifies user

Query parameters

pageintegerOptional

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

limitintegerOptional

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

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

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

imgUrlstringDeprecated

[Deprecated — Please use imgUrl on the offer object which contain attribution tokens]. Merchant image asset URL

bannerImgUrlstringOptionalDeprecated

[Deprecated — Please use bannerImgUrl on the offer object which contain attribution tokens]. Merchant banner image asset URL

Errors