Integrity Payment Systems payment integration - Authorize.net immulator

28.05.2013 22:52
#1
clandis82
Joomshopping forum user no avatar
Name: CNS Designs
04.01.2013
Posts: 11
Quote
Integrity Payment Systems payment integration - Authorize.net immulator

I am using joomshopping on a clients website. It looks amazing and the functionality is better than virtuemart and it is so simplistic it is great. The client loves this system. However i am having a bit of trouble with a payment gateway. The clients merchant has given me an authorize.net emulator that is used to mimic authorize.net with out it being autorize.net. It is used with the authorize.net plugins. I have purchased and downloaded your Auth.net plugin and installed it. I was given a url that needs to be changed in the configuration as well as a username and passcode. The proble is.... I can not seem to find where to change the URL in the configuration. Can you please help me with this. Thank you so much. This is an urgent matter as the clients website is going live within a matter of days.


Joomla: joomla 2.5
JoomShopping: 3.0.1
Website Url: WWW.CNS-DEMO.INFO
 
29.05.2013 07:39
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25938
Quote
Aw: Integrity Payment Systems payment integration - Authorize.net immulator

Option / payments

Authorize.net Credit Card

tab Config

 
29.05.2013 17:11
#3
clandis82
Joomshopping forum user no avatar
Name: CNS Designs
04.01.2013
Posts: 11
Quote
Aw: Integrity Payment Systems payment integration - Authorize.net immulator

I went there but there is no place to change the URL. I can input the login name but i am not seeing where to change the URL. As i stated before, this is an auth.net immulator not actual auth.net. Any ideas?

 
30.05.2013 07:47
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25938
Quote
Aw: Integrity Payment Systems payment integration - Authorize.net immulator

what this url?

Authorize.net works without change url.


Last change: 30.05.2013 07:47
 
31.05.2013 23:58
#5
clandis82
Joomshopping forum user no avatar
Name: CNS Designs
04.01.2013
Posts: 11
Quote
Aw: Integrity Payment Systems payment integration - Authorize.net immulator

This is an Authorize.net Immulator. It uses the auth.net plugin and appears to the customer as auth.net but it is actually a different merchant payment system. Below are the instructions that i was given by the merchant company

Gateway Emulator
Third Party Shopping Carts

We have designed our gateway to be able to handle transaction submissions and responses in the Authorize.Net format. We call this our Gateway Emulator.

To use the Gateway Emulator, your shopping cart or application must support the Authorize.Net AIM or SIM method of integration. If the application supports the AIM or SIM method, you simply need to change the transaction POST URL to our Gateway Emulator URL.

Our Gateway Emulator URL is:

AIM:
https://secure.integritypaymentgateway.com/gateway/transact.dll
SIM:
https://secure.integritypaymentgateway.com/cart/ausi.php
You will need to change any production and test Authorize.Net URLs to one of the above URLs. The following URLs should be replaced:

https://secure.authorize.net/gateway/transact.dll
https://test.authorize.net/gateway/transact.dll
Some applications will not contain the test URL. In that case, you will only be changing one URL. Once you have updated the URLs to point to us, the application will submit transactions without needing changes to the code base.

You will then need to configure the Authorize.Net AIM or SIM payment module with the following credentials:

· API ID or Login ID is your gateway username.
· Transaction Key is your gateway password.
· The MD5 Hash is gateway
For testing, you can use the username and password of "demo" and "password".

 
01.06.2013 18:30
#6
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25938
Quote
Aw: Integrity Payment Systems payment integration - Authorize.net immulator

Ok.
Try change
components\com_jshopping\payments\pm_authorizenet_aim\pm_authorizenet_aim.php

if ($pmconfigs['testserver']){
$post_url = "https://test.authorize.net/gateway/transact.dll";
}else{
$post_url = "https://secure.authorize.net/gateway/transact.dll";
}


 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.