Linking Mollie as a source

The Mollie connector syncs your Mollie payments data into PostHog. The following tables are supported:

TableDescription
paymentsPayment transactions
refundsRefund records
chargebacksChargeback records
customersCustomer records
subscriptionsSubscription records
settlementsSettlement records
payment_linksPayment link records

Adding a data source

  1. Go to the Data pipeline page and the Sources tab in PostHog.
  2. Click + New source and select Mollie.
  3. Enter your Mollie API key. You can find this in the Mollie dashboard under Developers > API keys. Use a live key (live_...) for production data — test keys only return test-mode data.
  4. Select the tables you want to sync.
  5. Optional: Add a prefix to your table names.
  6. Click Next.

The data warehouse then starts syncing your Mollie data. You can see details and progress in the data pipeline sources tab.

Sync mode

Mollie only supports full refresh syncs. Incremental syncs aren't available because the Mollie v2 API doesn't support filtering by created or updated date, and mutable objects like payments, refunds, and chargebacks continue to change status after creation. A full refresh ensures you always have accurate, up-to-date data.

Configuration

OptionTypeRequired
API keypasswordYes

Supported tables

TableDescriptionSync methodIncremental fieldPrimary key
payments

A single attempt to collect money from a customer through Mollie.

Full refresh
refunds

A refund of all or part of a Mollie payment back to the customer.

Full refresh
chargebacks

A reversed payment initiated by the customer's bank or card issuer.

Full refresh
customers

A customer stored in Mollie, used to link payments, mandates, and subscriptions.

Full refresh
subscriptions

A recurring payment arrangement that charges a customer on a fixed interval.

Full refresh
settlements

A payout of collected funds from Mollie to your bank account.

Full refresh
payment_links

A shareable URL that lets a customer pay a set amount through Mollie.

Full refresh

Community questions

Was this page useful?

Questions about this page? or post a community question.