drupal/payment

This package is abandoned and no longer maintained. No replacement package was suggested.

Installs: 292

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 9

Open Issues: 10

Type:drupal-module

dev-8.x-2.x 2016-10-27 15:26 UTC

This package is auto-updated.

Last update: 2024-02-29 03:11:00 UTC


README

Build Status

About

Payment allows you to create and configure payment methods and use those to process other modules' payments.

In addition to this README file, also see PLUGINS.md and the online handbook.

This project contains the following modules:

  • Payment is an API to connect payment methods to modules that allow users to make payments. This means that it doesn't do much by itself, apart from providing other modules with the ability to make payments.
  • Payment Form Field contains a field that displays a payment form when viewing the entity the field is attached to.
  • Payment Reference Field contains a field that allow users to make a payment while adding a new entity.

General configuration

To get started, you need to create at least one payment method. In order to do that, you need to enable at least one module that provides payment method plugins. Any other module that works with Payment and requires payments to be made, such as a web shop, can then use this payment method automatically.