Back in 2020 when we first released MerchantSight, our trademark product that empowers many card-linked offer programs as well as AI applications, the reception was great. There was literally [...]
This user guide explains how to delete resources using the API. By the term “resource” we refer to any of Person, Account, Card, Merchant, etc. Deleting a single Account You should do [...]
Add a Merchant into your profile, thus enabling you to get their payment transactions. Headers Name Value Content-Type application/json Authorization Bearer {token} Request Key Required [...]
List all Card objects for any individual Person. Headers Name Value Authorization Bearer {token} URL parameters Name Value id int. The ID of a consumer (person) you added via [...]
Removes selected Card from subscriber view. Headers Name Value Authorization Bearer {token} Request Empty body Response Name Value cardId The id of the card that was deleted. Status [...]
This endpoint adds a card in your account, giving access to transactions and auth. NOTE. This endpoint is currently disabled. For linking credit and debit cards use POST /accounts instead. [...]
Link a consumer Card to an Offer that you created. Headers Name Value Authorization Bearer {JWT} URL parameters Key Required Comment id Yes Integer. The Card ID. Request Key Required Comment [...]
List all Offers that you linked to a Card. Headers Name Value Authorization Bearer {JWT} URL parameters Key Required Comment id Yes Integer. The Card ID. Response Name Value clos JSON array. Each [...]
Retrieves the detail of an Offer that you created. Headers Name Value Authorization Bearer {JWT} URL parameters Name Value id integer. The Offer ID. Response Name Value id integer name string [...]