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
- MedusaJS v2.5.0 or newer
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
- Bank Transfers: Accept payments via bank transfer
- Cash on Delivery: Enable COD payment option
- Offline Payments: Process payments received outside the platform
- Custom Payment Methods: Support alternative payment workflows
Features
- Simple configuration
- Easy integration with Medusa v2
- Flexible payment processing
- Manual order fulfillment workflow