Hello,

I've put together a drupal 4.5.2 site, everything is working perfectly, got SSL enabled on it, but I'm having problems getting it connected to authorize.net. I've read their documentation, and I think I have the correct information, but I'm just missing something.

If you have experience using Drupal with authorize.net, I'd be willing to hire you for a few hours to help with this project. I'm in San Francisco, California.

Thanks,

Gustavo Lanzas
gustavo@zero-sf.com

Comments

Dublin Drupaller’s picture

Hi Gustavo..

I'm in the middle of helping someone else with a worldpay connection...and was looking at the authorize.net module..

If you want a hand..give me a shout..I wouldn't charge, but, if I help sort your problem I'd suggest making a voluntary donation to drupal to help get a better server.

btw switch on your contact form ..I couldn't email you..

cheers

Dub

Currently in Switzerland working as an Application Developer with UBS Investment Bank...using Drupal 7 and lots of swiss chocolate

Dublin Drupaller’s picture

just uploaded a worldpay.module add on thay you could use gutavo.

http://drupal.org/node/29925

Dub

Currently in Switzerland working as an Application Developer with UBS Investment Bank...using Drupal 7 and lots of swiss chocolate

Dave Cohen’s picture

Gustavo,

I've been planning to use authorize.net for a site I'm working on, but I haven't heard back from them regarding a test account. So I'm not experienced with it yet, but I expect to be soon. There is an authorize.net module for the ecommerce package I'm hoping to use for this.

I'm in San Francisco, too.

audioel’s picture

Got it sorted for the most part. If anyone would like to collaborate on adding CVV support to the authorize.net module, get in touch with me.

green monkey’s picture

Drupal 4.6.5
Ecomm & authorize.net

I just installed ecomm witht authorize.net.

It appears that everything is working - expect one last issue.
1) Certificate seems to be working
2) Https:// appears to be working
3) Website Identify Verified

I see the yellow padlock... but there is a red line through it.

When I click on it - this is the message

Connection Partially Encrypted
Parts of the page you are viewing were not encrypted before being transmitted over the internet.
Information sent over the Internet without encryption can be seen by other people while it is transit.

Does anyone know of things I can try --- to fix this

It looks like I'm so close

dchan’s picture

This usually means that your images or css links
that are being called from the encrypted page are not
being called from an encrypted url.

for example
the page url is https://example.com/index.php

but on index.php there is a line like,
<img src="http://example.com/image.gif">

notice that the image src is not httpS

mwu’s picture

success with 4.7?