ProductCart E-Commerce Solutions Homepage
Forum Home Forum Home > ProductCart > Customizing ProductCart
  New Posts New Posts RSS Feed - Chase Paymentech Module
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Chase Paymentech Module

 Post Reply Post Reply
Author
Message
virtualimage View Drop Down
Newbie
Newbie


Joined: 06-February-2007
Status: Offline
Points: 29
Post Options Post Options   Thanks (0) Thanks(0)   Quote virtualimage Quote  Post ReplyReply Direct Link To This Post Topic: Chase Paymentech Module
    Posted: 10-July-2012 at 9:56am
Hi All,

Our client has signed on with Chase Paymentech (not our suggestion) as their merchant/gateway. I see that this is no longer supported as a gateway in PC. Does anyone know if a module has been created for this? Or, alternatively, are there any developers out there interested in quoting a module build?

Thanks,

Quinn
<a href="http://www.virtualimage.ca/">Virtual Image: Website Design, Development and Hosting in Hamilton, ON</a>
Back to Top
Guests View Drop Down
Guest
Guest
Post Options Post Options   Thanks (0) Thanks(0)   Quote Guests Quote  Post ReplyReply Direct Link To This Post Posted: 10-July-2012 at 1:34pm
We would need the API and a test/sandbox account, but we can do it. Wouldn't be able to start on it for at least mid to late next week, though.

Have you checked to see if they have an Authorize.Net emulation option? This is very common. If so, the Authorize.Net integration can be easily modified to do this.
Back to Top
virtualimage View Drop Down
Newbie
Newbie


Joined: 06-February-2007
Status: Offline
Points: 29
Post Options Post Options   Thanks (0) Thanks(0)   Quote virtualimage Quote  Post ReplyReply Direct Link To This Post Posted: 11-July-2012 at 10:24am
Great. Thanks, Sean. It looks like Chase actually has an auth.net emulation. I'm checking with them now. If it does not work out, we'll certainly employ your services to write an integration. Thanks again.

Cheers,

Quinn
<a href="http://www.virtualimage.ca/">Virtual Image: Website Design, Development and Hosting in Hamilton, ON</a>
Back to Top
Guests View Drop Down
Guest
Guest
Post Options Post Options   Thanks (0) Thanks(0)   Quote Guests Quote  Post ReplyReply Direct Link To This Post Posted: 11-July-2012 at 1:24pm
Hi Quinn,

That should be the easy option then.

One thing you will have to change is the URL for the service. In gwAuthorizeAIM.asp find the following and change the URLs for the Chase emulator service:
if Dev_Testmode = 1 Then
xml.open "POST", "https://test.authorize.net/gateway/transact.dll?"& stext & "", false
else
xml.open "POST", "https://secure.authorize.net/gateway/transact.dll?"& stext & "", false
end if

Then test. Some other things that might need to be adjusted are the currency format, exp. date format, and possibly a modification not to pass CVV2 if the card it international.

Let me know if you run into any bumps and we'll get you sorted out.
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.055 seconds.