Adds points to or subtracts points from a buyer's account.
Open in API Reference
The ID of the target loyalty account.
A string that contains no characters. In an API request this value will appear as ''. Can be used to remove a field’s value.
''
The points to add or subtract and the reason for the adjustment. To add points, specify a positive integer. To subtract points, specify a negative integer.
A unique string that identifies this AdjustLoyaltyPoints request. Keys can be any valid string, but must be unique for every request.
AdjustLoyaltyPoints
Indicates whether to allow a negative adjustment to result in a negative balance. If true, a negative balance is allowed when subtracting points. If false, Square returns a BAD_REQUEST error when subtracting the specified number of points would result in a negative balance. The default value is false.
true
false
BAD_REQUEST
// No response received yet.