Loyalty Cards
Get Loyalty Card Info
Get loyalty card details by card number, ID, or user ID
GET
Get Loyalty Card Info
Retrieve loyalty card information including points balance. This endpoint is essential for checking a customer’s points before processing a transaction or redemption.This endpoint requires Shop API authentication (X-API-Key and X-API-Secret headers).
Path Parameters
Language code (e.g.,
en, lt)Query Parameters
At least one of the following is required:Loyalty card ID
Loyalty card number (e.g.,
123-456-789) or QR code value (UUID)User ID to find their card
Authentication
API key
API secret
Response
Request success status
Points Redemption Calculation
When redemption is enabled, calculate the maximum discount:- Points: 1250
- points_per_currency: 100
- currency_amount: 1.00
Use Cases
Checkout Display
Show customer’s points balance at checkout
Pre-Transaction Check
Verify points before processing redemption
POS Integration
Display points when scanning loyalty card
Account Lookup
Find customer’s card by email/phone
Related Endpoints
Create Transaction
Award/redeem points
List Cards
List all partner cards