---
title: "Get Cashback Reward Summary"
method: GET
path: "/programs/{programCode}/accounts/{accountIdentifier}/cashbackReward/summary"
tags: ["CashbackReward"]
---

# Get Cashback Reward Summary

`GET /programs/{programCode}/accounts/{accountIdentifier}/cashbackReward/summary`

Provides accountholders the following: 
- A summary of how much cashback rewards they’ve earned based off their tier level within specific time frames 
- Cashback rewards in their statements 
- Categorized cashback rewards earned for different merchants

## Path parameters

- `programCode` string, required
- `accountIdentifier` string, required

## Query parameters

- `startDate` string
- `endDate` string

## Headers

- `X-GD-RequestId` string, required

## Response `200`

OK

- GetCashbackRewardSummaryResponse — Represents the response returned after retrieving a summary of cashback rewards. Contains a list of reward categories, total reward amount, purchase status, and feature enrollment date. Inherits standard response metadata from Gd.Bos.DataTransfer.Response.ResponseBase.
  - `categories` CashBackRewardCategory[], nullable — The list of cashback reward categories, each with its own reward amount, name, type, and code.
    - `rewardAmount` number, double — The cashback reward amount earned for this category.
    - `categoryName` string, nullable — The name of the cashback reward category (e.g., "Gas", "Groceries").
    - `categoryType` integer — The type of the category, typically represented as an integer code.
    - `categoryCode` string, nullable — The code identifying the cashback reward category.
  - `rewardAmount` number, double — The total cashback reward amount earned by the user.
  - `hasPurchased` boolean — Indicates whether the user has made a qualifying purchase for cashback rewards.
  - `featureEnrollDate` string, date-time, nullable — The date when the cashback reward feature was enrolled, if applicable.
  - `responseDetails` ResponseDetail[], nullable — Required: A list of response details providing status codes, descriptions, and additional information about the result of the operation.
    - `code` integer — The primary status or error code for the response (e.g., 200 for success, 400 for validation error).
    - `subCode` integer, nullable — An optional subcode providing more granular detail about the response or error.
    - `description` string, nullable — A human-readable description of the response, error, or status.
    - `url` string, nullable — A URL linking to documentation or a web page with more information about the response code.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/greendot/apis/baas-apis.md) · [All operations](https://skmtc.net/greendot/apis/baas-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/greendot/baas-apis/revisions/666553766b78/schema)
