What this surface does
This surface creates or edits one affiliate payment-setting record. The current FE lets the operator define:
- a human-readable
Name - a minimum deposit threshold in EUR
- whether the setting is
Active - a free-form list of
PIDsfrom the affiliate-link payload
Route modes
/settings/affiliate-payment-settings/createopens create mode/settings/affiliate-payment-settings/[id]opens edit mode
What operators actually manage here
Nameidentifies the setting in the affiliate payment-settings inventory.Min Deposit EURstores the intended minimum EUR deposit threshold for the record.Activemarks the saved record as enabled for a runtime consumer.PIDsis a free-solo chip input for affiliate-link payload values.
Important caveats
- The current form does not expose an
Affiliate Keysinput even though the saved record supportsaffiliateKeys. - Create and edit both submit through the same visible field set; edit changes only the submit label and success message.
- The edit screen does not bootstrap from the dedicated single-record read endpoint. It loads the full settings list with
limit: 1000and then finds the target record locally by id. Canceland the top-left back icon both return to/settings/affiliate-payment-settings.- Persistence is verified, but live deposit-flow enforcement is not verified. Do not promise that changing this value changes a player's first-deposit minimum until that flow is tested and its runtime consumer is confirmed.