At a Glance

TL;DR - Common Use Case

In most cases, implementing three API calls should be enough to get started. These are:

  1. Hoox Encrypt - to generate the hashes.

  2. Request Offer - to request a Hoox offer for a customer.

  3. Validate Hashes Batch - to validate the payment method, and if granted - p[resent the reward to the customer.

This use case supports all reward types such as cash back, gift card, store credit etc. The only scenario the requires the advances use case is the immediate discount reward.

For more information on immediate discount, please see advanced use cases.

This section will walk you through the implementation of the most common use case that supports all Hoox rewards except the immediate discount.

Last updated