Shop payment processors.
This package is part of the bda.plone.shop
stack. Please refer to
bda.plone.shop for
installation instructions.
Following payment processors are available
Useful when selling stuff which gets paid on-site.
All Data is sent via email.
Administrators exports orders or teller staff marks orders billed instantly in backend.
All Data is sent via email.
Administrators send an invoice by e-mail.
Administrators need to mark the order as billed manually after they received the payment.
All Data is sent via email.
Administrators send an invoice by e-mail.
Administrators need to mark the order as billed manually after sending with service providing cash on delivery.
Useful when customers are well known and permission to perform debit orders is granted.
All Data is sent via email.
Administrators take action and mark orders salaried.
All Data is sent via email.
Administrators send an invoice by e-mail.
Administrators need to mark the order as billed manually after they received the payment.
Redirect payment using https://www.saferpay.com
.
Order is marked automatically salaried if payment succeed.
Administrator needs to take action if payment failed.
TODO: move six payment processor to bda.plone.sixpayment
Following addon payment processors are known:
- https://github.com/bluedynamics/bda.plone.stripe
- https://github.com/intk/bda.plone.ogonepayment
- https://github.com/intk/bda.plone.molliepayment
- https://github.com/intk/bda.plone.easyidealpayment
- https://github.com/espenmn/bda.plone.klarnainvoice
- https://github.com/espenmn/bda.plone.klarnapayment
- https://github.com/espenmn/bda.plone.dibspayment
If you have implemented another payment processors or know other implementations than the listed one, please let us know.
TBD
To de-activate a payment processor unconfigure it using z3c.unconfigure:
<include package="z3c.unconfigure" file="meta.zcml"/>
<include package="bda.plone.payment"/>
<unconfigure>
<adapter
name="six_payment"
factory="bda.plone.payment.six_payment.SixPayment" />
</unconfigure>
- ::
- $ cd src/bda/plone/payment/ $ ./i18n.sh
- Robert Niederreiter (Author)
- Harald Frießnegger
- Peter Holzer