Authorize.net test

Authorize.net test

am 26.03.2010 01:45:19 von David McGlone

Does anyone have any experience with authorize.net?

I have a test account with authorize.net and I have written a script to use
the checkout of authorize.net but I keep getting this error:

3|2|13|The merchant login ID or password is invalid or the account is
inactive.||P|0|||45.99||auth_capture|||||||||||||||||||||||| ||
C6625114C7C848C859D5D0C446C1F7CE|||||||||||||||||||||||||||| ||

and this error:

3|2|13|The merchant login ID or password is invalid or the account is
inactive.||P|0|||0.00||auth_capture||||||||||||||||||||||||| |
F68A9C87C1E1472521704EF38C21F647|||||||||||||||||||||||||||| ||

I have checked and rechecked my login ID and password with no results.

The code is spread across 3 files config.php, authorize_net_request.php, and
test_authorize_net.php and I have posted these files to pastebin because I
didn't know if I could post the code here.

Could someone give these files a look over and see what I've done wrong?

The pastebin URL is:
http://pastebin.com/5xacghDR

Thanks so much.
--
Blessings
David M.
I have been driven to my knees many times by the overwhelming conviction that
I had nowhere else to go.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: Authorize.net test

am 26.03.2010 02:17:38 von Michelle Konzack

--=_samba3-6234-1269566260-0001-2
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Hello David McGlone,

Am 2010-03-25 20:45:19, hacktest Du folgendes herunter:
> Does anyone have any experience with authorize.net?

Yes, I get currently per day arround 16.000 phishing
spams or something like this...

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant

--=20
Linux-User #280138 with the Linux Counter, http://counter.li.org/
##################### Debian GNU/Linux Consultant #####################
Michelle Konzack
Apt. 917
50, rue de Soultz
Jabber linux4michelle@jabber.ccc.de 67100 Strasbourg/France
IRC #Debian (irc.icq.com) Tel. DE: +49 177 9351947
ICQ #328449886 Tel. FR: +33 6 61925193

--=_samba3-6234-1269566260-0001-2
Content-Type: application/pgp-signature; name="signature.pgp"
Content-Transfer-Encoding: 7bit
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQFLrAsyC0FPBMSS+BIRAp2nAJ9g81LvfgfkZ3baN2Hih5cqDINzJwCf SwVe
B+WMm+ZPCeboaaBvvIvZPhc=
=ejHC
-----END PGP SIGNATURE-----

--=_samba3-6234-1269566260-0001-2--

Re: Re: Authorize.net test

am 26.03.2010 02:24:49 von David McGlone

On Thursday 25 March 2010 21:17:38 Michelle Konzack wrote:
> Hello David McGlone,
>
> Am 2010-03-25 20:45:19, hacktest Du folgendes herunter:
> > Does anyone have any experience with authorize.net?
>
> Yes, I get currently per day arround 16.000 phishing
> spams or something like this...

Huh? what does my post have to do with phishing? The code I posted is from a
book that I am trying to learn from.

--
Blessings
David M.
I have been driven to my knees many times by the overwhelming conviction that
I had nowhere else to go.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: Authorize.net test

am 26.03.2010 03:04:00 von Paul M Foster

On Thu, Mar 25, 2010 at 08:45:19PM -0400, David McGlone wrote:

> Does anyone have any experience with authorize.net?
>
> I have a test account with authorize.net and I have written a script to use
> the checkout of authorize.net but I keep getting this error:
>
> 3|2|13|The merchant login ID or password is invalid or the account is
> inactive.||P|0|||45.99||auth_capture|||||||||||||||||||||||| ||
> C6625114C7C848C859D5D0C446C1F7CE|||||||||||||||||||||||||||| ||
>
> and this error:
>
> 3|2|13|The merchant login ID or password is invalid or the account is
> inactive.||P|0|||0.00||auth_capture||||||||||||||||||||||||| |
> F68A9C87C1E1472521704EF38C21F647|||||||||||||||||||||||||||| ||
>
> I have checked and rechecked my login ID and password with no results.
>
> The code is spread across 3 files config.php, authorize_net_request.php, and
> test_authorize_net.php and I have posted these files to pastebin because I
> didn't know if I could post the code here.
>
> Could someone give these files a look over and see what I've done wrong?
>
> The pastebin URL is:
> http://pastebin.com/5xacghDR

Last time I encountered an error like this with an e-gateway, the
problem was that, despite what I thought, the account was actually
inactive. It wasn't authorize.net, but I'm betting that your gateway ID
and password are fine, just like mine were. I had to call them to find
out the account was, for some reason, deemed "inactive".

Paul

--
Paul M. Foster

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: Authorize.net test

am 26.03.2010 13:10:27 von David McGlone

> On Thu, Mar 25, 2010 at 08:45:19PM -0400, David McGlone wrote:
> > Does anyone have any experience with authorize.net?
> >
> > I have a test account with authorize.net and I have written a script to
> > use the checkout of authorize.net but I keep getting this error:
> >
> > 3|2|13|The merchant login ID or password is invalid or the account is
> > inactive.||P|0|||45.99||auth_capture|||||||||||||||||||||||| ||
> > C6625114C7C848C859D5D0C446C1F7CE|||||||||||||||||||||||||||| ||
> >
> > and this error:
> >
> > 3|2|13|The merchant login ID or password is invalid or the account is
> > inactive.||P|0|||0.00||auth_capture||||||||||||||||||||||||| |
> > F68A9C87C1E1472521704EF38C21F647|||||||||||||||||||||||||||| ||
> >
> > I have checked and rechecked my login ID and password with no results.
> >
> > The code is spread across 3 files config.php, authorize_net_request.php,
> > and test_authorize_net.php and I have posted these files to pastebin
> > because I didn't know if I could post the code here.
> >
> > Could someone give these files a look over and see what I've done wrong?
> >
> > The pastebin URL is:
> > http://pastebin.com/5xacghDR
>
> Last time I encountered an error like this with an e-gateway, the
> problem was that, despite what I thought, the account was actually
> inactive. It wasn't authorize.net, but I'm betting that your gateway ID
> and password are fine, just like mine were. I had to call them to find
> out the account was, for some reason, deemed "inactive".

Thank you Paul. I'm going to check into that. I was thinking I typed something
wrong. I compared my pages of code to the code in the book and couldn't find
anything, so I started wondering if the book was even correct.

Another thing I find odd that makes me wonder if I did this correctly is when I
compare the error I get with my test transaction to the successful test
transaction in the book, I notice it says "auth_only" on the left side and
"prior_auth_capture" on the right side but, both of mine says "auth_capture"

I found the example I'm working on at google books here's the link:
http://books.google.com/books?id=J5AIx8AFnAIC&printsec=front cover&dq=beginning+php+and+mysql+e-
commerce+from+novice+to+professional+second+edition&cd=1#v=o nepage&q=beginning%20php%20and%20mysql%20e-
commerce%20from%20novice%20to%20professional%20second%20edit ion&f=false

It is on page 646


--
Blessings
David M.
I have been driven to my knees many times by the overwhelming conviction that
I had nowhere else to go.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: Authorize.net test

am 26.03.2010 14:11:52 von Robert Cummings

David McGlone wrote:
>> On Thu, Mar 25, 2010 at 08:45:19PM -0400, David McGlone wrote:
>>> Does anyone have any experience with authorize.net?
>>>
>>> I have a test account with authorize.net and I have written a script to
>>> use the checkout of authorize.net but I keep getting this error:
>>>
>>> 3|2|13|The merchant login ID or password is invalid or the account is
>>> inactive.||P|0|||45.99||auth_capture|||||||||||||||||||||||| ||
>>> C6625114C7C848C859D5D0C446C1F7CE|||||||||||||||||||||||||||| ||
>>>
>>> and this error:
>>>
>>> 3|2|13|The merchant login ID or password is invalid or the account is
>>> inactive.||P|0|||0.00||auth_capture||||||||||||||||||||||||| |
>>> F68A9C87C1E1472521704EF38C21F647|||||||||||||||||||||||||||| ||
>>>
>>> I have checked and rechecked my login ID and password with no results.
>>>
>>> The code is spread across 3 files config.php, authorize_net_request.php,
>>> and test_authorize_net.php and I have posted these files to pastebin
>>> because I didn't know if I could post the code here.
>>>
>>> Could someone give these files a look over and see what I've done wrong?
>>>
>>> The pastebin URL is:
>>> http://pastebin.com/5xacghDR
>> Last time I encountered an error like this with an e-gateway, the
>> problem was that, despite what I thought, the account was actually
>> inactive. It wasn't authorize.net, but I'm betting that your gateway ID
>> and password are fine, just like mine were. I had to call them to find
>> out the account was, for some reason, deemed "inactive".
>
> Thank you Paul. I'm going to check into that. I was thinking I typed something
> wrong. I compared my pages of code to the code in the book and couldn't find
> anything, so I started wondering if the book was even correct.
>
> Another thing I find odd that makes me wonder if I did this correctly is when I
> compare the error I get with my test transaction to the successful test
> transaction in the book, I notice it says "auth_only" on the left side and
> "prior_auth_capture" on the right side but, both of mine says "auth_capture"
>
> I found the example I'm working on at google books here's the link:
> http://books.google.com/books?id=J5AIx8AFnAIC&printsec=front cover&dq=beginning+php+and+mysql+e-
> commerce+from+novice+to+professional+second+edition&cd=1#v=o nepage&q=beginning%20php%20and%20mysql%20e-
> commerce%20from%20novice%20to%20professional%20second%20edit ion&f=false
>
> It is on page 646

Could it be that you have the config not set to test mode but you are
connecting via the test URL?

Cheers,
Rob.
--
http://www.interjinn.com
Application and Templating Framework for PHP

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php