Transactions
List User Transactions
Get transaction history for authenticated user
GET
List User Transactions
Get paginated transaction history for the authenticated user across all their loyalty cards.This endpoint requires User JWT authentication (Bearer token).
Path Parameters
Language code (e.g.,
en, lt)Authentication
Bearer token from user loginExample:
Bearer eyJ0eXAiOiJKV1Q...Query Parameters
Filter by transaction typeValues:
purchase, refund, bonusFilter by specific loyalty card ID
Filter transactions from this date (YYYY-MM-DD)
Filter transactions until this date (YYYY-MM-DD)
Number of items per page (max: 100)
Page number
Response
Indicates if request was successful
HTTP status code
Unique request identifier (UUID)
Transaction Types
| Type | Description |
|---|---|
purchase | Points earned from a purchase |
refund | Points deducted due to refund |
bonus | Bonus points (signup, promotion) |
Related Endpoints
Create Transaction
Create purchase and award points (Partner API)
Get Balance
Check points balance