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

Response Codes

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"
  }
}'