Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

medusa-payment-manual

medusajs21.6kMIT1.0.25

A dummy payment provider to be used for testing or manual payments

medusa-plugin, medusa-plugin-payment

readme

Manual Payment

A minimal payment provider that allows merchants to handle payments manually.

Medusa Website | Medusa Repository

Features

  • Provides a restriction-free payment provider that can be used during checkout and while processing orders.

Prerequisites


How to Install

1. Run the following command in the directory of the Medusa backend:

  npm install medusa-payment-manual

2. In medusa-config.js add the following at the end of the plugins array:

  const plugins = [
    // ...
    `medusa-payment-manual`
  ]

Test the Plugin

1. Run the following command in the directory of the Medusa backend to run the backend:

  npm run start

2. Enable the payment provider in a region in the admin. You can refer to this User Guide to learn how to do that. Alternatively, you can use the Admin APIs.

3. Place an order using a storefront or the Store APIs. You should be able to use Stripe as a payment method.

changelog

Change Log

1.0.25

Patch Changes

1.0.24

Patch Changes

1.0.23

Patch Changes

1.0.23-rc.0

Patch Changes

1.0.22

Patch Changes

1.0.21

Patch Changes

1.0.20

Patch Changes

1.0.19

Patch Changes

1.0.18

Patch Changes

1.0.17

Patch Changes

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.0.16 (2022-01-11)

Note: Version bump only for package medusa-payment-manual

1.0.15 (2021-12-29)

Note: Version bump only for package medusa-payment-manual

1.0.14 (2021-12-17)

Note: Version bump only for package medusa-payment-manual

1.0.13 (2021-12-08)

Note: Version bump only for package medusa-payment-manual

1.0.12 (2021-11-23)

Note: Version bump only for package medusa-payment-manual

1.0.11 (2021-11-22)

Note: Version bump only for package medusa-payment-manual

1.0.10 (2021-11-19)

Note: Version bump only for package medusa-payment-manual

1.0.9 (2021-11-19)

Note: Version bump only for package medusa-payment-manual

1.0.8 (2021-10-18)

Note: Version bump only for package medusa-payment-manual

1.0.7 (2021-10-18)

Note: Version bump only for package medusa-payment-manual

1.0.6 (2021-10-18)

Note: Version bump only for package medusa-payment-manual

1.0.5 (2021-10-18)

Note: Version bump only for package medusa-payment-manual

1.0.4 (2021-09-15)

Note: Version bump only for package medusa-payment-manual

1.0.3 (2021-09-14)

Note: Version bump only for package medusa-payment-manual

1.0.4 (2021-09-02)

Features

  • Update to API references look and feel (#343) (143f06a)

1.0.3 (2021-08-31)

Features

  • Update to API references look and feel (#343) (143f06a)

1.0.2 (2021-08-05)

Note: Version bump only for package medusa-payment-manual

1.0.1 (2021-07-26)

Note: Version bump only for package medusa-payment-manual