Update affiliate
Updates the specified affiliate by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
Updates the specified affiliate by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
Request
Method | URL |
|
|
Parameters
Parameter | Required? | Description |
| No | The affiliate's first name. |
| No | The affiliate's last name. |
| No | The affiliate's email address. |
| No | A string indicating the affiliate's state. Defaults to |
| 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. |
| No | The UUID of the campaign this affiliate should be moved to. Learn more about moving affiliates between campaigns. |
| No | The PayPal address that commissions should be paid to. |
| No | The Wise address that commissions should be paid to. |
| No | Whether or not the affiliate should receive emails when new rewards and commissions are earned. Accepts |
Example
Response
Response code | Body |
| An affiliate object (JSON) |
Last updated