Outseta

Note: Our Outseta integration only supports affiliate links. It does not support affiliate promo codes.

This integration requires two scripts to be embedded on your site. First, embed the PromoteKit script. This can be found in your PromoteKit dashboard under Setup -> Step 4 (PromoteKit Integration) -> Outseta

Then, embed the following script on the page of your site where members are signing up:

<script>
Outseta.on(
  'signup', 
  (account) => {
    window.promotekit.refer(
      account.PersonAccount[0].Person.Email,
      account.PaymentInformation.CustomerToken
    )
  }
);
</script>

Once the scripts are added, remember to publish your site. Then click Ok, I've completed this back in PromoteKit. When testing the integration, keep in mind that referrals will only be tracked in Stripe live mode.

Last updated