Page body
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 EURdefines the minimum EUR deposit threshold for the record.Activecontrols whether the setting is currently used.PIDsis a free-solo chip input for affiliate-link payload values.
Important caveats
- The current FE does not expose an
Affiliate Keysinput even though the backend model and services supportaffiliateKeys. - 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 backend detail route. 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.