Payment gateway without entering CC#

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
dbianco
Ensign (ENS)
Ensign (ENS)
Posts: 3
Joined: Tue Jul 07, 2009 12:17 am

Payment gateway without entering CC#

Post by dbianco » Wed Sep 09, 2009 1:28 am

Hello!
I'm trying to add a new payment gateway to ablecommerce.

I had no problems following the Authorize.net example
http://wiki.ablecommerce.com/index.php/ ... nt_Gateway
(I also downloaded the example authorize.net class from the forums)

...but my requirements are a little different.
Our bank gateway has its own form where the user must insert the credit card number.

The gateways like authorize.net seem to need that the user enter CC number into the ablecommerce form, and then those data are sent to the gateway.

What I need is a custom gateway that works like paypal or google checkout (the user is sent to the payment page on the bank website, so the CC# is not entered in merchant's website, and returns with transaction result to the ecommerce).
Is there a way to create/add a custom gateway which works like that?

Is there anybody who already developed a gateway for BANCA SELLA? (one of the most famous Banks in Italy for online payments)

Thanks for your help.

Daniele

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Payment gateway without entering CC#

Post by mazhar » Sat Sep 26, 2009 2:09 am

Well that would differ from Authorize.net because you have to send customer to third party system for payments. First find that what is the requirement of Banca Sella for integration for example are they using HTML form posts to pass information from shopping carts into there systems. If this is the case then upon checkout you can create form with required data and post it to their desired URL and there may be some call back mechanism as well that you will be needed to handle in order to perform actions depending upon payment status returned by Banaca Sella.

Post Reply