For documentation, see https://www.vendure.io/docs/typescript-api/payments-plugin
For testing out changes to the Mollie plugin locally, with a real Mollie account, follow the steps below. These steps will create an order, set Mollie as payment method, and create a payment intent link to the Mollie platform.
packages/payments-plugin/.env with content MOLLIE_APIKEY=your-test-apikeycd packages/payments-pluginyarn dev-server:mollieMollie payment link and click the link to finalize the test payment.You can change the order flow, payment methods and more in the file e2e/mollie-dev-server, and restart the devserver.