The affiliate object
Attributes
Name
Data Type
Description
id
string
Unique identifier for the affiliate.
created_at
string
Time at which the affiliate was created.
updated_at
string
Time at which the affiliate was last updated.
first_name
string
The affiliate's first name.
last_name
string
The affiliate's last name.
email
string
The affiliate's email address name.
paypal_email
string
wise_email
string
state
string
The affiliate's current state.
visitors
string
The total number of unique visitors attributes to this affiliate.
leads
string
The total number of leads (anonymous visitors who became customers) attributed to this affiliate.
conversions
string
The total number of conversions (leads who have made at least one payment) attributed to this affiliate.
campaign
object
A campaign object representing the campaign this affiliate belongs to.
links
array
An array of link objects representing the affiliate's links.
coupon
object
A coupon object representing the affiliate's coupon.
Additional attributes for customer referrers
These attributes only apply to affiliates who are members of a customer referral program.
Name
Data Type
Description
stripe_customer_id
string
Represents the Stripe Customer associated with this affiliate. This is the Stripe Customer that will receive rewards in the form of account credits.
stripe_account_id
string
The Stripe Account that contains the customer represented by stripe_customer_id
.
State
Affiliates have a state
attribute that can be one of the following values:
active
(default)disabled
suspicious
Disabled and Suspicious affiliates will not have visitors/leads/conversions tracked, cannot earn new commissions, and cannot login to the affiliate dashboard.
Related Help Center Articles
Last updated