Skip to main content

Claude Code plugin

Less work, earn sooner

Running an e-shop and want to start accepting online payments, but your developer is booked for several weeks? With the Comgate Claude Code plugin you don't have to wait. Instead of commissioning an external integration, you describe what you need in one sentence — and in a few minutes your e-shop is connected to the Comgate payment gateway with dozens of payment methods. Save thousands on development, start selling sooner, and start earning faster.

The official plugin for Claude Code that generates a complete Comgate payment-gateway integration (REST v2.0) directly inside your project. Open Claude Code in your e-shop directory, say "Integrate Comgate payments," and the plugin writes the payment-creation endpoint, PUSH-notification webhook and status proxy for you.

Launching the Comgate plugin in Claude Code

Key advantages:

  • No coding required: A single sentence in English or Czech is enough. The plugin writes the code.

  • Ready in minutes, not days: An integration that would take days by hand is done in moments.

  • Won't break your e-shop: The plugin plugs into what you already have. No parallel solution to clean up later.

  • Verifies itself: After generating the code, the plugin calls Comgate to confirm payments actually go through.

Quick Start:

  1. Install in Claude Code:

    /plugin marketplace add comgate-payments/claude-plugin
    /plugin install comgate@comgate
  2. Open your e-shop project in Claude Code and ask:

    "Integrate Comgate payments."

  3. Fill sandbox credentials from portal.comgate.cz into .env:

    COMGATE_MERCHANT=...
    COMGATE_SECRET=...
    COMGATE_TEST=1
  4. Click through the generated checkout to payments.comgate.cz — the plugin will walk you through this verification.