MTurk.Client.
send_bonus
(**kwargs)¶The SendBonus
operation issues a payment of money from your account to a Worker. This payment happens separately from the reward you pay to the Worker when you approve the Worker's assignment. The SendBonus operation requires the Worker's ID and the assignment ID as parameters to initiate payment of the bonus. You must include a message that explains the reason for the bonus payment, as the Worker may not be expecting the payment. Amazon Mechanical Turk collects a fee for bonus payments, similar to the HIT listing fee. This operation fails if your account does not have enough funds to pay for both the bonus and the fees.
See also: AWS API Documentation
Request Syntax
response = client.send_bonus(
WorkerId='string',
BonusAmount='string',
AssignmentId='string',
Reason='string',
UniqueRequestToken='string'
)
[REQUIRED]
The ID of the Worker being paid the bonus.
[REQUIRED]
The Bonus amount is a US Dollar amount specified using a string (for example, "5" represents $5.00 USD and "101.42" represents $101.42 USD). Do not include currency symbols or currency codes.
[REQUIRED]
The ID of the assignment for which this bonus is paid.
[REQUIRED]
A message that explains the reason for the bonus payment. The Worker receiving the bonus can see this message.
dict
Response Syntax
{}
Response Structure
Exceptions
MTurk.Client.exceptions.ServiceFault
MTurk.Client.exceptions.RequestError