Overview
This article covers Brink POS loyalty integration setup and provides the requested values needed for the integration.
Access integration loyalty page
To get to the Loyalty integration page, we must be logged into https://admin3.parpos.com/, then
Step 1: From the left sidebar, select Configurations> Integrations Portal
Step 2: Select Active Tab> and select Generic under Loyalty
Step 3: We then get to see Endpoint URL, Store ID and the API Key.
Requested values
Here's the breakdown of requested values:
Get the Endpoint URL
The endpoint URL is the same URL the ordering platform uses to place an order. For example:
Base URL from the ordering site
https://lbburger-staging.novadine.com/Generic Brink incoming endpoint, which will be set for all chains that use Brink in-store
/api/v2/sync_incoming/xxx
Get the Store ID
The store ID is provided by the Brink POS.
If the
storeIDcontains any special characters (for example:/,+, etc.), they must be replaced with their URL-encoded versions.wE can use the following reference for encoding https://www.w3schools.com/tags/ref_urlencode.ASP
Get the Default Discount
The default discount is configured in Brink.
Get the API Key
Use the original store ID that has not been modified or URL-encoded



