PayFence Live Demo

See how PayFence turns any API into a revenue stream — with three billing models, 3-line SDK integration, and webhook notifications. Choose your demo experience below, or try the live demo apps.

Choose Your Demo Experience

Start with the overview, then go deeper.

Or try the live demo apps

Live Demo Apps

Real apps built on PayFence-protected APIs. See quota tracking, 402 payment walls, and billing in action.

Architecture

Browser (You)
    |
    +--- Demo Console (BFF) --------+--- TravelAgent (BFF) ----+--- DealFinder (BFF) ------+
    |    Step-by-step API demos     |    Travel search app     |    Price comparison app   |
    |                               |                          |                           |
    v                               v                          v                           |
PayFence Gateway -----> SkyRoute API        CartBay API <------+
(proxy mode)            (origin-protected)  (middleware mode)
                                            + MockBestBuy
                                            + MockWalmart

All API tokens remain server-side. The browser never sees or sends PayFence tokens directly. This is the Backend-For-Frontend (BFF) pattern.

200 OK

Request authorized, quota deducted, response returned.

402 Payment Required

Quota exhausted. Response includes checkout URL.

403 Forbidden

Direct origin access blocked. Must go through gateway.