AS
AffSoftAffiliate platform
Product tour

From zero to first paid conversion in four steps.

Five minutes, no integration work, no JS pixels on your site.

  1. 1

    Create a program

    Name it. Paste the URL where you want to send traffic. Pick a commission — percent of order, flat per sale, or CPA. Pick an attribution window.

    name=Spring Promo · dest=yourstore.com/buy · 20% · 30-day window
  2. 2

    Hand out tracking links

    Affiliates discover your program in the catalog and join with one click. We mint each of them a short tracking link they can drop in tweets, emails, newsletters, or Discord.

    https://affiliate.3dshawn.com/t.cgi?l=aB9xK2qPmN3z
  3. 3

    Fire a webhook on conversion

    When a visitor converts on your site, POST to /conv.cgi with the program ID, the visitor's affsoft_av cookie, and the order amount. AffSoft matches it to the most recent click in the attribution window and computes commission.

    curl -X POST https://affiliate.3dshawn.com/conv.cgi \
      -d program_id=1 -d visitor_token=$AV_COOKIE \
      -d order_value_cents=4999
  4. 4

    Approve and pay out

    New conversions land as pending. You review (refund-window-friendly), approve, and AffSoft surfaces the payable amount per affiliate. v1 ships with manual payout marking; v1.1 wires Stripe Connect transfers.

    Pending → Approved → Paid — every transition logged.
🛡️
Running underneath all four steps

Fraud protection, on by default

Every conversion is scanned the moment it lands. We watch for cookie stuffing, self-referral, velocity abuse, duplicate-order resubmissions, and a handful of patterns we don't publish (so they keep working). Anything that scores high enough lands in a review queue with a plain-English explanation of why — no opaque "we blocked this." You decide approve or reject; automated payouts never touch unreviewed flags.

Real-time scan · reviewer-facing explanations · merchant always has final say.
Start free trial
Or see pricing first.