You are here: Home Plone products collective.pfg.payment

collective.pfg.payment (0.2.0)

1
by Olha Pelishok last modified 2011-04-19
0.0
0.0
0.0
0.0
Released on 2011-04-16 by Taito Horiuchi for Plone 3.3, Plone 4.1 under GPL - GNU General Public License available for All platforms.
Software development stage: stable
Extends PloneFormGen to payment form.

This package is inteded to integrate html payment form which happens outside of Plone as easy as possible by using forms and adapters generated by PloneFormGen.

Example use case

  1. On Plone site, input some price amount on form.
  2. Confirm the amount and go to payment page outside of Plone.
  3. Process the payment.
  4. Go back to Plone site.

General Setup

Once the package is quickinstalled, you need to configure authentication code calculation from Site Setup >> Payment Config

MAC Code
This code is provided by payment provider.
Fields
Input field names which will be used for the calculation line by line.
Separator
Input separator between field values if necessary.
Capital
Check this if calculated authentication code need to be upper cases.

You may configure payment settings locally to Form Folders.

Tested HTML Interfaces and their configurations

Verkkomakust S1 (Finland)

MAC Code
6pKF4jkv97zmqBJ3ZL8gUw5DfT2NMQ

Fields

MERCHANT_ID

AMOUNT

ORDER_NUMBER

REFERENCE_NUMBER

ORDER_DESCRIPTION

CURRENCY

RETURN_ADDRESS

CANCEL_ADDRESS

PENDING_ADDRESS

NOTIFY_ADDRESS

TYPE

CULTURE

PRESELECTED_METHOD

MODE

VISIBLE_METHODS

GROUP

Separator
| (Vertical bar)
Capital
Checked
Document Actions
Powered by Plone