kapilt / getpaid

Automatically exported from code.google.com/p/getpaid
0 stars 0 forks source link

Support for Multiple Processors Selectable by User at Checkout (rather than one site-wide processor) #223

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Case in point - Finnish websites require that an online transaction offer
options to be processed by one of the five approved banks (for example).  

The user is given the choice of which bank to use.  There is no
middle-layer intermediary/merchant account that can route funding to more
than one bank.

Instead, the user/visitor/purchaser must be allowed to select which bank.

Changes required for getpaid:
 * Modify payment processor admin options to allow for multiple processors
to be added and marked as enabled/inactive
 * Modify payment options to not only show credit card options, but also
banks/processors, and paypal.
 * Probably should manage 'banks' as a separate payment type/subcategory,
so that we can in checkout wizard, first present choice of CCard vs. Bank
vs. PayPal, and then if Banks is selected, present those options, if CCard,
then those, etc.
 * Need to modify checkout wizard to check for list of enabled processors
and present to buyer, rather than just assuming one processor_name.

NOTE:  Both Aleksi (Finnland) and PloneGov.org are interested in this
functionality

Original issue reported on code.google.com by ctxl...@gmail.com on 12 Oct 2008 at 7:30

GoogleCodeExporter commented 8 years ago

Original comment by lucielej...@gmail.com on 16 Oct 2008 at 1:51

GoogleCodeExporter commented 8 years ago
Please see recent getpaid.paymentprocessors work. It should be mostly fixed by 
now. 

Please narrow your requests down to individual bug reports (one little feature 
= one
request) so it is more effective to deal with the issue reports.

Original comment by mioht...@gmail.com on 30 Jun 2009 at 8:35