Last updated October 13, 2012. Created by Xano on October 9, 2012.
Log in to edit this page.

Payment is a fully pluggable and reusable platform for processing payments. Modules implementing it and payment methods are completely unaware of eachother, which means that any module can use any payment method plugged into Payment and vice versa.
This handbook section describes the thoughts behind and the workflow of the Payment project, which is useful for site builders and developers.

  • API documentation
  • For callback documentation, see the places where those callbacks are supposed to be configured, e.g. for the payment finish callback, which is Payment::finish_callback, see the declaration of that property in the Payment class definition.

About this page

Drupal version
Drupal 7.x
Audience
Programmers, Site administrators, Site builders
Keywords
Commerce, e-commerce, ecommerce, payment, payment methods

Site Building Guide

Drupal’s online documentation is © 2000-2013 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution-ShareAlike 2.0. PHP code is distributed under the GNU General Public License. Comments on documentation pages are used to improve content and then deleted.