Create affiliate
Creates a new affiliate in your account with the specified parameters.
Last updated
Was this helpful?
Creates a new affiliate in your account with the specified parameters.
Last updated
Was this helpful?
This endpoint allows merchants to create affiliates on demand.
Both normal affiliates and customer referrers can be created through this endpoint. To create a customer referrer, simply pass the stripe_customer_id
parameter that indicates the Stripe Customer that should receive account credits as rewards.
Method
URL
POST
https://api.getrewardful.com/v1/affiliates
Parameter
Required?
Description
first_name
Yes
The affiliate's first name.
last_name
Yes
The affiliate's last name.
email
Yes
The affiliate's email address.
state
No
stripe_customer_id
No
For customer referral programs, this is the Stripe Customer that will receive account credits as rewards. Note: the customer must exist in your Stripe account in livemode.
token
No
Alphanumeric code to be used for links, ex: ?via=token
Must contain only letters, numbers, and dashes.
campaign_id
No
The UUID of the campaign this affiliate should be added to. Affiliate will be added to your default campaign if this parameter is
blank.
paypal_email
No
The PayPal address that commissions should be paid to.
wise_email
No
The Wise address that commissions should be paid to.
receive_new_commission_notifications
may also be optionally provided. This parameter indicates whether or not the affiliate should receive emails when new rewards and commissions are earned. Accepts true
(default) or false
.
Response code
Body
200
A string indicating the . Defaults to active
.
An (JSON)