Print Page | Close Window

Chase Paymentech Module

Printed From: ProductCart E-Commerce Solutions
Category: ProductCart
Forum Name: Customizing ProductCart
Forum Description: Exchange messages with other users that are customizing ProductCart.
URL: https://forum.productcart.com/forum_posts.asp?TID=5207
Printed Date: 06-October-2024 at 12:31am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Chase Paymentech Module
Posted By: virtualimage
Subject: Chase Paymentech Module
Date 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>



Replies:
Posted By: Guests
Date 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.


Posted By: virtualimage
Date 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>


Posted By: Guests
Date 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.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net