curl --request GET \
--url {protocol}://{host}/v2/loyalties/programs/{programId}/members/{memberId}/orders/payments \
--header 'X-App-Id: <api-key>' \
--header 'X-App-Token: <api-key>'List member order payments
Lists persisted order transactions (pay-with-points payments) for the given program member, with cursor-based pagination. Supports filtering by transaction id and created_at date. Dry-run (SIMULATED) results from create are never persisted and do not appear in this list.
A valid request URL is required to generate request examplesAuthorizations
Path Parameters
Identifies the loyalty program (lprg_ followed by hexadecimal characters).
^lprg_[a-f0-9]+$Identifies the program member (lmbr_[a-f0-9]+).
^lmbr_[a-f0-9]+$Query Parameters
Maximum number of items to return. An integer between 1 and 100; numeric strings are also accepted. Defaults to 10.
1 <= x <= 100Sorts results by 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.
-created_at, created_at Pagination cursor returned in the cursor.next field of a previous response (format: lcrsotx_ followed by hexadecimal characters).
^lcrsotx_[a-f0-9]+$Filters results by field, e.g. filters[id][conditions][$is]=lotx_.... Each field accepts a conditions object with condition operators.
Filters for listing order payments.
Show child attributes
Show child attributes
Was this page helpful?

