6.0.0-git
2024-04-19
Last Modified 2008-11-15 by Duck

Horde_Payment

Unified payment processor providing payment gateway for any Horde module.

Bugs

List any tickets on http://bugs.horde.org/ that cover this issue or are relevant to it.

People

Duck duck@obala.net

Code

http://cvs.horde.org/incubator/spread/

Description

A payment processing module encapsulating all communications with various payment interfaces.

The application just push a payment requests with “authorizationRequest” API call. When a payment is processed, the payment module calls the selling applications “authorizationResponse” callback API method to notify it of the results.

The payment module provides an administrative interface to list and search payment requests per module, amount, user status etc.

Features

  • Build in payment methods
    • Cash on delivery
      • Proforma invoice
    • Known statuses
      • pending
      • revoked,
      • successful
      • void
    • Configurable payment methods
    • Limit payment methods per application
    • Virtual host support
    • Possibility to add a testing process request

Screenshots

Configure payment methods

config.png

Link payment methods to application

links.png

Search authorizations

search.png

Add a testing process request

testing.png


Back to the Project List