Back to Plugins

Medusa Payment Manual

Manual payment plugin for Medusa 2


Medusa Payment Manual

Manual payment plugin for MedusaJS v2, enabling manual payment processing for orders.

Description

This plugin enables manual payment functionality for MedusaJS v2, allowing merchants to accept payments that are processed outside the standard automated payment flow, such as bank transfers, cash on delivery, or other offline payment methods.

Requirements

For users on MedusaJS v2.4.0 or earlier, please use an older version of this plugin.

Installation

Install using npm or yarn:

npm install @rokmohar/medusa-payment-manual

Configuration

Add the plugin to your medusa-config.ts file under the payment providers module:

{
  resolve: "@rokmohar/medusa-payment-manual",
  options: {
    // Configuration options
  },
  id: "manual"
}

Provider Identifier

Use the identifier 'manual' when configuring the plugin.

Use Cases

Features


Explore More Medusa Plugins

Find more powerful plugins and integrations to enhance your Medusa store. Browse our collection of community-driven solutions.

Free & Open Source
Community Driven
Easy Integration