Lemon Squeezy
Lemon Squeezy is planned as a future provider adapter in the broader docs tree.
Lemon Squeezy is not in the first shipping set. This page exists as a docs placeholder for the future provider matrix.
Planned setup
import { lemonSqueezy } from "paykitjs/providers/lemonsqueezy";
const provider = lemonSqueezy({
apiKey: process.env.LEMONSQUEEZY_API_KEY!,
webhookSecret: process.env.LEMONSQUEEZY_WEBHOOK_SECRET!,
});Expected role
The eventual adapter should expose the same app-facing PayKit primitives for checkout, synced customers, charges, and normalized webhook events.