curl -X GET "https://staging-api.loyalty.lt/lt/shop/transactions?per_page=10" \ -H "Authorization: Bearer your_jwt_token"
{ "success": true, "code": 200, "request_id": "550e8400-e29b-41d4-a716-446655440000", "meta": { "current_page": 1, "last_page": 5, "per_page": 15, "total": 67 }, "data": [ { "id": 1234, "type": "purchase", "points": 150, "amount": 49.99, "currency": "EUR", "description": "Pirkimas #WC-12345", "reference_number": "WC-12345", "status": "completed", "loyalty_card": { "id": 567, "name": "Coffee Paradise kortelė", "number": "123-456-789", "partner": { "id": 45, "name": "Coffee Paradise", "logo": "https://cdn.loyalty.lt/partners/45/logo.png" } }, "shop": { "id": 12, "name": "Coffee Paradise - Vilnius" }, "metadata": { "source": "woocommerce", "points_awarded": 150, "items_count": 3 }, "transaction_date": "2024-12-08T14:30:00.000Z", "created_at": "2024-12-08T14:30:00.000Z" }, { "id": 1233, "type": "refund", "points": -50, "amount": 0, "currency": "EUR", "description": "Grąžinimas - užsakymas atšauktas", "reference_number": "REFUND-ABC123", "status": "completed", "loyalty_card": { "id": 567, "name": "Coffee Paradise kortelė", "number": "123-456-789", "partner": { "id": 45, "name": "Coffee Paradise", "logo": "https://cdn.loyalty.lt/partners/45/logo.png" } }, "shop": null, "metadata": { "source": "woocommerce_refund", "points_deducted": 50, "reason": "Užsakymas atšauktas" }, "transaction_date": "2024-12-07T10:15:00.000Z", "created_at": "2024-12-07T10:15:00.000Z" } ] }
Get transaction history for authenticated user
en
lt
Bearer eyJ0eXAiOiJKV1Q...
purchase
refund
bonus
Show meta
Show Transaction Object
EUR
completed
pending
cancelled