v1

latestOpenAPI 3.0.1MIT2026-07-263151,3912.3 MB
Programs

List card transactions

<Warning>

<Badge color="yellow">BETA endpoint</Badge>

This is a work-in-progress documentation of a BETA endpoint. The parameters, fields, request and response bodies, and other data may subject to change. If you want to share feedback or improvements, contact Voucherify support or your Technical Account Manager.

</Warning>

Returns a cursor-paginated list of transactions of the member's card. Results can be filtered by id and created_at, and ordered by created_at (default -created_at, newest first). Returns 404 when the program, member or card does not exist.

get/v2/loyalties/programs/{programId}/members/{memberId}/cards/{cardId}/transactions

Path parameters

programIdstring required

Loyalty program ID (format lprg_[a-f0-9]+).

memberIdstring required

Program member ID (format lmbr_[a-f0-9]+).

cardIdstring required

Loyalty card ID (format lcrd_[a-f0-9]+).

Query parameters

{"stackTrail":"paths:/v2/loyalties/programs/{programId}/members/{memberId}/cards/{cardId}/transactions:get:parameters:3:schema","oasType":"schema","type":"unknown"}

Maximum number of transactions to return. Must be between 1 and 100. Defaults to 10 when not provided.

string[]
OR
'-created_at' | 'created_at'

Field(s) to order results by. Valid orders are -created_at and created_at; defaults to -created_at. Ordering by the same field in both directions simultaneously is rejected.

{"stackTrail":"paths:/v2/loyalties/programs/{programId}/members/{memberId}/cards/{cardId}/transactions:get:parameters:5:schema","oasType":"schema","type":"unknown"}

Pagination cursor returned in the cursor.next field of a previous response. Must match the pattern ^lcrsctx_[a-f0-9]+$.

junction'AND' | 'OR'

How multiple field filters are combined. Defaults to AND.

Field-specific filter conditions, passed as a deep object, e.g. filters[id][conditions][$is]=lctx_0f5d0a8878caa3ee5c. See the CardTransactionListFilters schema for available fields and conditions.

Response

Cursor-paginated list of card transactions.

objectstring required

Object type marker, always list.