The payout object
A payout collects a number of payable commissions for a single affiliate in one bundle.
Example
Attributes
id
string
Unique identifier for the payout (UUID).
currency
string
ISO currency code in which the amount
is denominated.
paid_at
string
Time at which the payout was marked as paid.
state
string
Represents the current state of the payout. This could be one of four possible values: pending
, due
, processing
or paid
.
paid_by_id
string
The unique identifier for the user who paid this payout.
created_at
string
Time at which the payout was created.
updated_at
string
Time at which the payout was last updated.
amount
integer
The monetary value of the commission in cents.
affiliate
object
Represents the affiliate to whom the payout should be made.
commissions
array
The list of commissions that comprise the payout.
Last updated