v18

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01934981.1 MB
Programs

List member order payments

<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>

Lists order transactions (pay-with-points payments) for the given program member, with cursor-based pagination. Supports filtering by transaction id and creation date.

get/v2/loyalties/programs/{programId}/members/{memberId}/orders/payments

Path parameters

programIdstring required

Unique loyalty program identifier (format: lprg_ followed by hexadecimal characters).

memberIdstring required

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

Query parameters

limitinteger nullable

Maximum number of items to return. An integer between 1 and 100; numeric strings are also accepted. Defaults to 10.

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

Sort order. A field name, optionally prefixed with - for descending order. May be provided multiple times (array). The same field cannot be used in both ascending and descending order at once. Default: -created_at.

cursorstring nullable

Pagination cursor returned in the cursor.next field of a previous response (format: lcrsotx_ followed by hexadecimal characters).

junction'AND' | 'OR' nullable

Logical junction between the field filters. Defaults to AND behavior.

Field filters, e.g. filters[id][conditions][$is]=lotx_.... Each field accepts a conditions object with condition operators.

Response

Paginated list of order payment transactions.

object'list'

Object type marker. Always list.