Skip to main content

Rewards API

Overview

The Rewards API allows partners to fully customize the shopping experience of cashback offers, and can be used standalone or in conjunction with the embedded/whitelabel storefront solution. Tailoring the display of cashback offers into an application's user experience such that offers are displayed in a native, contextual and helpful manner will drastically increase engagement and conversions. The API is written following RESTful routing and the jsonapi standard. All endpoints require HTTP Bearer Authentication to be used in conjuction with our back end SDKs.

Uptime & SLA

The Rewards API has a 99.9% uptime, additional details will be defined in your Rewards partner contract. Uptime can be tracked here on our status page.

Endpoints

  • Brands Brands reflect a companies public facing brands, Like GAP Inc has OldNavy and GAP, and Walmart Inc has Walmart and Sam's Club. More information on the Brand's endpoint can be found here.
  • Links are FlipGive's object to represent our commertial partners offerings, and contain the information on where to earn cashback, how it's earned, at what rate, Terms and Conditions, etc. More information on the Link's endpoint can be found here.
  • Intents are FlipGive's object to represent an intention to buy online or a "shopping trip". It also becomes a summary of financial transactions starting with the original sale and any partial or complete refunds associated with the trip. The Intent's token it's also the unique identifier we send to the merchant, and the one that will be used to track any sales related to it. More information on the Link's endpoint can be found here.
  • Fundraisers are FlipGive's object to track a user's activity in the context of a Campaign. A user has many fundraisers, a campaign has many fundraisers, and a user has many campaigns through fundraisers. The combination of user_id and capaign_id must be unique, so a user only has one fundraiser per campaign. More information on the Link's endpoint can be found here.