---
title: "Get Cashback Reward Business Process Rules"
method: GET
path: "/programs/{programCode}/cashbackReward/businessProcessRules"
tags: ["CashbackReward"]
---

# Get Cashback Reward Business Process Rules

`GET /programs/{programCode}/cashbackReward/businessProcessRules`

Retrieve a list of process rules to determine customer cashback percentage incentives for which accountholders are eligible.

## Path parameters

- `programCode` string, required

## Query parameters

- `features` string

## Headers

- `X-GD-RequestId` string, required

## Response `200`

OK

- GetCashbackRewardBusinessProcessRulesResponse — Represents the response returned after retrieving cashback reward business process rules. Contains a list of business process rules that define cashback reward categories, features, percentages, and limits. Inherits standard response metadata from Gd.Bos.DataTransfer.Response.ResponseBase.
  - `businessProcessRules` CashBackRewardBusinessProcessRule[], nullable — The list of cashback reward business process rules, each describing a category, feature, reward percentage, and optional limits.
    - `categoryName` string, nullable — The name of the cashback reward category (e.g., "Groceries", "Gas").
    - `categoryType` integer — The type of the category, typically represented as an integer code.
    - `categoryCode` string, nullable — The code identifying the cashback reward category.
    - `feature` string, nullable — The feature associated with the cashback rule.
    - `percentage` number, double — The cashback reward percentage for this category and feature.
    - `yearlyCapableAmount` number, double, nullable — The maximum amount eligible for cashback rewards per year, if applicable.
    - `periodInMonths` integer, nullable — The period, in months, for which the cashback rule is applicable, if specified.
  - `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)
