Generate a reward calculation for a given amount and brand
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
Parameters
brandId
Type:string
Required: Yes
Description: The unique identifier for the brandcurrency
Type:string
Required: Yes
Enum:GBP
Description: The currency code, currently only GBP is supportedamount
Type:number
Required: Yes
Description: The transaction amount in the specified currency, must be ≥ 0externalReference
Type:string
Required: No
Description: Optional external reference for tracking purposesaccept
Type:string
Defaults toapplication/json
Description: Generated from available response content types
Allowed:application/json,application/problem+json
Response Status Codes
200
Description: Successful reward calculation generation400
Description: Bad Request401
Description: Unauthorized404
Description: Not Found409
Description: Conflict
Base URL
https://api.superpayments.com/2026-04-01/reward-calculations
Example Request
curl --request POST \
--url https://api.superpayments.com/2026-04-01/reward-calculations \
--header 'accept: application/json' \
--header 'content-type: application/json'
Response Types
application/json- Status 200
application/problem+json- Status 400, 401, 404