Retrieve rewarded transaction history for a specific user. By default this returns only SETTLED transactions within the last 12 months regardless of payment status. Pass filter[paidInFullOnly]=true to restrict the response to matched transactions that have been paid in full to the issuer (paidToIssuer is PAID_IN_FULL).
Required scopes: transaction:read
Query Limit: Maximum of 12 months of transaction data can be queried.
Bearer authentication of the form Bearer <token>, where token is your auth token.
Cursor for next page (base64-encoded timestamp + transaction ID)
Cursor for previous page (base64-encoded timestamp + transaction ID)
Filter by transaction status. Supported values are APPROVED and SETTLED. Defaults to SETTLED when omitted. When APPROVED is specified, only approved transactions that do not yet have a corresponding settled transaction are returned.
Comma-separated list of related resources to include in the response. Supported values are merchant and offer.
When true, only return transactions that have been paid in full to the issuer (paidToIssuer is PAID_IN_FULL). By default (false), any matched transaction is returned regardless of payment status. This also controls whether unpaid transactions contribute to lifetimeRewardsInCents. Has no effect on APPROVED transactions, which are always returned when requested.