screener-responses
endpoints to allow invited participants to be paid the projects incentive amount up to 5 times. For instances where the second, third, forth, and fifth payments may need to be higher than the initial incentive, there is a tip
field that allows for a payment to a participant to exceed the incentive defined in the project.
Payouts cannot be lower than the incentive defined on the project. It is important to keep the project incentive the lowest dollar amount a participant may get paid.
How to use multiple payments
It is first important to note that the first payment to a participant will always take place automatically after they are marked as Attended/Complete. Beyond that you can utilize the following endpoints to complete subsequent payments.- /v1/projects/{projectId}/screener-responses/payouts
- /v1/projects/{projectId}/screener-responses/{screenerResponseId}/payouts
/v1/projects/{projectId}/screener-responses/payouts
- To begin a followup payment, you must first call the payouts GET with the desired project ID
- You should receive a response like this:
/v1/projects/{projectId}/screener-responses/{screenerResponseId}/payouts
- After confirming the current number of payments for a profile ID, you can POST the next payment
Notice, this is no option to input incentive. Incentive is fixed during project creation and can only be “increased” by adding a tip.