Transactions
List Transactions
Get transaction history for partner’s customers
GET
List Transactions
Get paginated transaction history for all customers of the authenticated partner. Filter by user, date range, or transaction type.This endpoint requires Shop API authentication using
X-API-Key and X-API-Secret headers.Path Parameters
Language code (e.g.,
en, lt)Authentication
API key from Partners Portal
API secret from Partners Portal
Query Parameters
Filter by user ID
Filter by user email address
Filter by specific loyalty card ID
Filter by shop/location ID
Filter by staff member ID who created the transaction
Filter by transaction category ID
Filter by exact order/reference number (e.g.,
WC-12345)Filter by transaction typeValues:
purchase, refund, bonusFilter 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) |
Use Cases
WooCommerce Integration
Track all orders processed through your WooCommerce plugin:Customer Lookup
View transaction history for a specific customer:Refund Tracking
Monitor all refunds and point deductions:Shop/Location Transactions
View transactions for specific shop location:Combined Filters
Filter by shop, card and date:Find by Order Number
Find specific transaction by reference number:Staff Performance
View transactions by specific staff member:Related Endpoints
Create Transaction
Create purchase and award points
Deduct Points
Deduct points for refunds
Get Loyalty Card Info
Check customer’s card and balance