For the complete documentation index, see llms.txt. This page is also available as Markdown.

Payout Object

Payout Object

A partner-network payout to your account.

Field
Type
Description

uuid

String

Payout UUID.

type

String

Payout type.

start_period

String

Start of the period the payout covers.

end_period

String

End of the period the payout covers.

paid_at

String | null

When the payout was paid (ISO 8601), or null if not yet paid.

created_at

String

When the payout was created (ISO 8601).

amount

Number

Payout amount, in dollars.

paid

Boolean

Whether the payout has been paid.

details

Array

Per-publication breakdown of what this payout pays for. Present only with expand=details.

unpaid_details

Array

Confirmations from this period deferred to a future payout. Same shape as details. Present only with expand=unpaid_details.

details[] / unpaid_details[]

Field
Type
Description

publication_uuid

String

The recommending publication.

publication_name

String

Its name.

amount

Number

Amount attributed to this publication, in dollars.

line_items

Array

Contributing recommendation/offer line items (see below).

line_items[]

Field
Type
Description

type

String

recommendation or offer.

uuid

String

The recommendation or offer recommendation UUID.

name

String

Its name.

referrals

Integer

Referral count (recommendation line items).

conversions

Integer

Conversion count (offer line items).

amount

Number

Amount for this line item, in dollars.

Example (expand=details)