List payouts
Returns a list of your payouts. Records are returned sorted by creation date, with the most recent items appearing first.
Request
GET
https://api.getrewardful.com/v1/payouts
Optional parameters
Parameter
Description
affiliate_id
Show payouts for the specified affiliate.
state
Show payouts that are currently in the specified states.
Valid values are pending
, due
, processing
, and paid
.
You can pass state[]
to specify multiple states.
Expandable objects
Parameter
Description
affiliate
Include details about the affiliate this payout is associated with.
commissions
Include details about each of the commissions constituting this payout.
Examples
List all payouts
List all payouts with data for the associated affiliate and commissions
List payouts for a specific affiliate
List payouts that have been marked as paid
List payouts that are either due or pending
Last updated