Last updated May 13, 2014. Created by Xano on October 9, 2012.
Edited by LinL. 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 each other, 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 thePayment
class definition.
Looking for support? Visit the Drupal.org forums, or join #drupal-support in IRC.