B2B cashback infrastructure
Network adapters, click attribution, a double-entry ledger, and a payouts API — everything between a user's click and their cashback balance.
No credit card · No sales call · 2 minutes to first click
How it works
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
CJ, Awin, Impact, Rakuten, Partnerize, PepperJam, FlexOffers. One integration, seven networks.
Tenant-scoped redirect URLs. User-level attribution. Every click minted and resolved.
Double-entry per user. Pending → confirmed → paid → reversed. Immutable entries.
FIFO against confirmed balances. Idempotent on external reference. One POST.
HMAC-SHA256 signed. Five-attempt retry. Exponential backoff. Per-endpoint DO isolation.
Workspaces, RBAC, API key scoping, data isolation. Invite, generate, connect.
Read API
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 } ] }
Create a workspace, connect a network, and see your first click in under two minutes.
Open an account