@ecommy/connector-mollie
v0.2.0
Published
Mollie connector (full-code) — webhook id → re-fetch (no HMAC by Mollie design), payments → canonical source-shape. Phase-A, READ-ONLY ingest. Depends on @ecommy/connector-core.
Readme
@ecommy/connector-mollie
The Mollie connector, built on @ecommy/connector-core.
Webhook id → re-fetch (Mollie webhooks are unsigned by design — trust comes from
the authenticated GET), payments → canonical source-shape. Phase-A,
READ-ONLY ingest.
Install
npm install @ecommy/connector-mollie # pulls in @ecommy/connector-coreUse
import { MollieConnector, MOLLIE_CATALOG } from "@ecommy/connector-mollie";
const connector = new MollieConnector();
const catalog = connector.discover();
await connector.start(ctx); // inject ctx (oauth/secrets/state/sink)Full guide: docs/connectors/CONSUMER.md.
