Transactions
Get Points Balance
Check a customer’s current points balance
GET
Documentation Index
Fetch the complete documentation index at: https://docs.loyalty.lt/llms.txt
Use this file to discover all available pages before exploring further.
Get Points Balance
Retrieve a customer’s current points balance. This is a lightweight endpoint that returns only the essential balance information.This endpoint requires Shop API authentication (X-API-Key and X-API-Secret headers).
Base URL
| Environment | URL |
|---|---|
| Staging | https://staging-api.loyalty.lt/{locale}/shop/loyalty-cards/balance |
| Production | https://api.loyalty.lt/{locale}/shop/loyalty-cards/balance |
Query Parameters
Loyalty card number (e.g.,
123-456-789) or QR code value (UUID)Loyalty card ID
User ID to find their card
At least one query parameter is required.
Request Example
Response
Response Fields
Loyalty card ID
Loyalty card number in format
XXX-XXX-XXXCurrent points balance (non-expired points only)
Error Codes
| Code | Status | Description |
|---|---|---|
| 1100 | 422 | Validation error - at least one query parameter required |
| 1200 | 404 | Loyalty card not found |
| 1004 | 401 | Partner not authenticated |
Related Endpoints
Get Loyalty Card Info
Get full card details including user info and redemption settings
Create Transaction
Award or redeem points in a purchase transaction