Vol. 1 · Infrastructure Edition · 2026Cloudflare Workers · Neon Postgres · Edge-first

B2B cashback infrastructure

Affiliate
revenue, attributed.

Network adapters, click attribution, a double-entry ledger, and a payouts API — everything between a user's click and their cashback balance.

Create a workspace

No credit card · No sales call · 2 minutes to first click

CJAwinImpactRakutenPartnerizePepperJamFlexOffersCJAwinImpactRakutenPartnerizePepperJamFlexOffersCJAwinImpactRakutenPartnerizePepperJamFlexOffersCJAwinImpactRakutenPartnerizePepperJamFlexOffers

How it works

From click
to ledger entry.

A user clicks your tracking URL. We mint an attribution ID, resolve the merchant, substitute into the network's deep link, and 302 redirect. When the network reports a commission, the fold projects it into a transaction and emits ledger entries.

Specimen · Click redirect pipeline

Platform capabilities

The full stack for cashback.

01

Network adapters

CJ, Awin, Impact, Rakuten, Partnerize, PepperJam, FlexOffers. One integration, seven networks.

02

Click attribution

Tenant-scoped redirect URLs. User-level attribution. Every click minted and resolved.

03

Transaction ledger

Double-entry per user. Pending → confirmed → paid → reversed. Immutable entries.

04

Payouts API

FIFO against confirmed balances. Idempotent on external reference. One POST.

05

Webhooks

HMAC-SHA256 signed. Five-attempt retry. Exponential backoff. Per-endpoint DO isolation.

06

Multi-tenant

Workspaces, RBAC, API key scoping, data isolation. Invite, generate, connect.

Read API

One key,
one call.

Pull per-user balances, transaction history, and ledger entries with a tenant-scoped API key. Cursor-paginated, Zod-validated, sub-100ms on Cloudflare's edge.

Get your API key

Terminal · Balance query

$ curl -s https://pricerex.com/v1/users/u_42/balance
  -H "Authorization: Bearer prx_live_…"

{
  "user_id": "u_42",
  "balances": [
    { "bucket": "pending", "net_cents": 14200 },
    { "bucket": "confirmed", "net_cents": 8750 }
  ]
}

Start in under
two minutes.

Create a workspace, connect a network, and see your first click in under two minutes.

Open an account