[ic] Payment Gateway for Elavon via ATOS

Bill Carr bill at bottlenose-wine.com
Wed Oct 6 13:03:30 UTC 2010


On Oct 6, 2010, at 8:01 AM, Richard Siddall wrote:

> Ky Hisberg wrote:
>> I am looking to see if there is a payment module available for the credit card
>> processor Elavon, suposidly the largest on in Europe.  The card processor is a
>> company called ATOS that is very active in Germany and France.  I was not able
>> to find anything in the interchange forum.  Does something for these guy's
>> exist?   I am looking for a German site and was told that both Elavon and ATOS
>> acquired the respective business units from Citicorp in Germany.
>> 
> 
> If it's the same gateway that Elavon uses in the USA, then there's a Business::OnlinePayment module on CPAN you could use with Interchange's Business::OnlinePayment payment module.
> 
> I think I had to patch Interchange's BOP payment module as Elavon requires three strings to login; most processors only require a user name and password.
You can do something like:

Route onlinepayment <<EOR
processor	IPCharge
client_id		xxxxxxxx
id			xxxxxxxx
secret		xxxxxxxx
merchant_key	xxxx-xxxx-xxxx-xxxx-xxxx
extra_query_params    "client_id merchant_key troutd"
extra_result_params   troutd
EOR

To get extra parameters to your BOP backend like I did above for IPCharge without hacking IC's BOP.

Bill Carr 
Bottlenose - Wine & Spirits eBusiness Specialists 
(413) 584-0400 



More information about the interchange-users mailing list