This plugin integrates Comgate Payment Gateway into Vendure. It provides a standard Vendure PaymentMethodHandler and exposes a webhook endpoint for Comgate's asynchronous payment callbacks.
settlePayment, cancelPayment and createRefund matching the Vendure PaymentMethodHandler specification.POST /payments/comgate/webhook for Comgate to report PAID or CANCELLED statuses.package.json to include @devx-vendure/vendure-plugin-comgate.vendure-config.ts:merchantId and secret obtained from the Comgate Administration portal.testMode if needed.https://<your-server-domain>/payments/comgate/webhook