Get or Create a Customer
Lookup Customer Balance
First, check if the customer exists by retrieving their balance:Automatic Customer Creation: If the customer doesn’t exist when you call the balance endpoint, you can create them using the Create Customer endpoint below. If the customer is found, skip the creation step.
Create Customer
If the customer isn’t found, create a new customer profile:What Gameball Does Behind the Scenes
- Creates a new customer profile in the loyalty database
- Triggers any configured onboarding campaigns (e.g., welcome bonus)
- Prepares the profile for earning, tiering, and redemption
Key Takeaways for Developers
- Use a persistent and unique
customerIdacross all platforms (POS, online, app) - Call this API immediately before checkout or as soon as the identifier is collected
- Ensure your POS UI clearly captures at least one contact field (mobile/email)
- This API is idempotent—if the customer already exists, the profile will be updated instead of duplicated