Upsert the reward configuration for a brand
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
Parameters
brandId
required
The unique identifier for the brand (UUID format)rewardPercentage
numberrequired
0 to 100minimumSpend
objectrequired
The minimum spend required to qualify for the rewardrewardsExpireAfter
integerrequired
≥ 0
The number of seconds after which the rewards will expireaccept
stringenum
Defaults to application/json
Generated from available response content types
Allowed:application/json,application/problem+json
Response Codes
200Successful upsert of reward configuration400Bad Request401Unauthorized404Not Found409Conflict
Base URL
https://api.superpayments.com/2026-04-01/brands/{brandId}/reward-configuration
Example Request
curl --request PUT \
--url https://api.superpayments.com/2026-04-01/brands/brandId/reward-configuration \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{
"minimumSpend": {
"currency": "GBP"
}
}'