paykit

Creem

Creem is a planned provider for teams that need a modern merchant workflow with the same PayKit API.

Creem support is planned. This page documents the intended shape, not a released adapter.

Creem fits the broader PayKit goal of letting apps depend on one billing model even when the underlying provider differs.

Planned setup

import { creem } from "paykitjs/providers/creem";

const provider = creem({
  apiKey: process.env.CREEM_API_KEY!,
  webhookSecret: process.env.CREEM_WEBHOOK_SECRET!,
});

Planned focus

  • provider-hosted checkout
  • webhook verification and event normalization
  • customer and charge sync into the PayKit local model