v1
latestOpenAPI 3.0.12026-07-243407211.3 MBCashbackReward
Get Cashback Reward 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
get/programs/{programCode}/accounts/{accountIdentifier}/cashbackReward/summary
Path parameters
programCodestring required
The program code for the cashback reward context.
accountIdentifierstring required
Unique identifier for the account.
Query parameters
startDatestring
The start date for the summary period. Optional.
endDatestring
The end date for the summary period. Optional.
Headers
X-GD-RequestIdstring required
The unique request identifier for tracking and logging.
Response
OK
Example response
{
"categories": [
{
"categoryName": "Gas",
"categoryType": 1,
"categoryCode": "Gas"
}
]
}