When a customer redeems their points for a reward, or when a customer is issued a reward for referring a friend or entering a VIP tier, a reward is generated. The reward status provides information about whether the reward was successfully generated and whether the reward has been used on an order by the customer. You can use reward status information to help diagnose issues like why a customer didn’t receive their reward, or to verify what rewards a customer has available to use.Documentation Index
Fetch the complete documentation index at: https://help.smile.io/llms.txt
Use this file to discover all available pages before exploring further.
How rewards are issued
When Smile issues a reward to a customer (like a coupon code or gift card), Smile has to first generate the reward in the external platform (e.g. Shopify or BigCommerce). The reward generation can happen either immediately (synchronously) or in the background (asynchronously). If a reward is generated synchronously (e.g. when redeeming points), it will either be:- Successful, and then saved to the customer’s profile, or,
- Unsuccessful, and an error message will be displayed to the customer + the reward will not be saved to the customer’s profile.
Identify the status of a reward
The reward status is visible from the profile page of the customer who was issued the reward.- In Smile Admin, find the relevant customer.
- In the Activity section, click on the Rewards tab.
- Use the arrow buttons to scroll and find the reward you’re interested in.
Reward statuses
| Status | What it means | Visible to customer |
|---|---|---|
| Pending | Smile is working on generating the reward and it is not yet available for the customer to use. | No |
| Failed | Smile was unable to generate the reward and the reward will never be available for the customer to use. | No |
| Issued | The reward has been successfully generated and is available for the customer to use. | Yes |
| Canceled | The reward was manually canceled from within Smile and is no longer available for the customer to use. | No |
| Used | The customer has applied the reward to an order. See note below. | Yes |
Note: Smile does not track the usage of gift cards and these will never be marked as Used.