v1
latestOpenAPI 3.0.12026-07-243407211.3 MBTransactions
Get Cash Back Reward Transactions
Retrieves a list of cash back reward transactions for the specified account, with optional filters for date range and purchase inclusion.
get/programs/{programCode}/accounts/{accountIdentifier}/transactions/cashBackRewards
Path parameters
programCodestring required
The program code associated with the account.
accountIdentifierstring required
Unique Identifier for the account whose cash back reward transactions are being retrieved.
Query parameters
startDatestring
The start date (inclusive) for filtering cash back rewards.
endDatestring
The end date (inclusive) for filtering cash back rewards.
offsetinteger
The zero-based index of the first transaction to return. Used for pagination.
limitinteger
The maximum number of transactions to return in the response.
includePurchaseboolean
If true, includes purchase transactions in the response.
Headers
X-GD-RequestIdstring required
A unique identifier for tracking the request, provided in the X-GD-RequestId header.
Response
OK