Applies to: Loyalty API
Learn how to set up a loyalty program to help increase repeat visits to a seller's business.
A loyalty program defines how buyers can earn points and redeem points for discounts. For more information, see Loyalty Program.
Did you know?
Check out the Sandbox 101: Loyalty API video, which shows how to set up a loyalty program in the Sandbox, create a loyalty account, and then add and redeem loyalty points using steps that are similar to this walkthrough.
In this walkthrough, you create and manage resources (such as a loyalty account and orders) by calling Square APIs in the Square Sandbox environment. Before you begin, you need to get your Sandbox account credentials and set up a loyalty program that you can use for testing. Note that the Loyalty API cannot be used to create or update a loyalty program.
Follow these steps to get the access token and location ID used in this walkthrough.
Sign in to the Developer Console and open your application. If you don't have a Square account, see Get Started to learn how to create an account and an application.
Get your Sandbox access token:
- At the top of the page, in the Sandbox and Production toggle, choose Sandbox.
- On the Credentials page, under Sandbox Access Token, choose Show and then copy the token. All Square API requests require an access token for authorization. This personal access token grants full access to the Sandbox resources in your account.
Important
The Sandbox access token is a secure secret. Don't share it with anyone.
Get your location ID:
- In the left pane, choose Locations.
- On the Locations page, keep Default Test Account selected and copy a location ID.
Note
To retrieve location IDs programmatically, call ListLocations.
Follow these steps to set up a loyalty program in the Sandbox Square Dashboard. Note that the Loyalty API cannot be used to create or update a loyalty program.
Open the Sandbox Square Dashboard:
- Return to the Developer Console home page.
- In the left pane, choose Sandbox test accounts.
- Next to Default Test Account, choose Square Dashboard.
In the left pane of the Sandbox Square Dashboard, choose Marketing & loyalty, and then choose Loyalty.
On the Build repeat business and reward your customers page, choose Get Started.
You now follow a series of steps to set up your loyalty program.
Note
These steps assume that you're setting up a loyalty program for the first time. To change an existing program, choose Settings on the Loyalty page, and then edit the Earning Points and Redeeming Rewards settings to match the settings described in this topic.
On the Customize your program step, keep the default Points terminology, and then choose Next.
On the Select a program type step, define an accrual rule that enables customers to earn points on every dollar spent.
Choose Amount spent.
For Every time customers spend, enter 1.00.
For Customers earn, enter 1.
Choose Next.
On the Set up your rewards step, define a reward tier that offers a percentage discount on the entire sale.
- For Reward type, choose Discount on entire sale.
- For Discount amount, choose % to change to Discount percentage, and then enter 10.
- For Points needed to earn this reward, enter 10.
- Choose Next.
On the Review and subscribe step, review your loyalty program settings, and then choose Finish.
In the Subscribe to Square Loyalty dialog box, enter information for the Sandbox test credit card. This test credit card lets you sign up for Square Loyalty in the Sandbox environment for free.
- For Name on Card, enter a name.
- For Card Number, enter 4111 1111 1111 1111.
- For CVV, enter 111.
- For Expiration Date, enter a future month and year in MM/YY format.
- For ZIP, enter a postal code.
Your loyalty program is now set up. On the Loyalty page in the Square Dashboard, you can choose Settings to view or edit the program settings.
Note
A loyalty program can also have loyalty promotions that enable buyers to earn points in addition to those earned from an accrual rule. For more information, see Manage Loyalty Promotions.