Records the specified payout and all the commissions associated with it as having been paid.
Request
Method
URL
PUT
https://api.getrewardful.com/v1/payouts/:id/pay
Examples
Mark a payout as paid
curl --request PUT \
--url https://api.getrewardful.com/v1/payouts/3b03791a-3fb5-4bd6-8ec3-614c9fd978ca/pay \
-u YOUR_API_SECRET:
Response
Response code
Body
200
JSON object describing the updated payout.
The state of the payout at the time the response is sent will usually be processing. This indicates that the payout has been queued to be marked as paid and is completely normal.