summaryrefslogtreecommitdiff
path: root/AuthorizeNet.pm
diff options
context:
space:
mode:
authorivan <ivan>2002-08-16 06:53:28 +0000
committerivan <ivan>2002-08-16 06:53:28 +0000
commit5cd0df412eb70a04eef6a29b6367d962332586e2 (patch)
tree3853d87bf8911002d716932b0359476f514e61b5 /AuthorizeNet.pm
parent0b6f2485fd13fdfee0fa5f2d4eb2244e7b9f62ca (diff)
Added documentation about referrer field at Authorize.Net
Diffstat (limited to 'AuthorizeNet.pm')
-rw-r--r--AuthorizeNet.pm9
1 files changed, 8 insertions, 1 deletions
diff --git a/AuthorizeNet.pm b/AuthorizeNet.pm
index 63e2b6f..40c01d9 100644
--- a/AuthorizeNet.pm
+++ b/AuthorizeNet.pm
@@ -1,6 +1,6 @@
package Business::OnlinePayment::AuthorizeNet;
-# $Id: AuthorizeNet.pm,v 1.13 2002-08-14 00:09:11 ivan Exp $
+# $Id: AuthorizeNet.pm,v 1.14 2002-08-16 06:53:28 ivan Exp $
use strict;
use Carp;
@@ -238,6 +238,13 @@ Unlike Business::OnlinePayment or pre-3.0 verisons of
Business::OnlinePayment::AuthorizeNet, 3.1 requires separate first_name and
last_name fields.
+Business::OnlinePayment::AuthorizeNet uses the ADC direct response method,
+and sends a username and password with every transaction. Therefore,
+Authorize.Net's referrer "security" is not necessary. In your Authorize.Net
+interface at https://secure.authorize.net/ make sure the list of allowable
+referers is blank. Alternatively, set the B<referer> field in the transaction
+content.
+
To settle an authorization-only transaction (where you set action to
'Authorization Only'), submit the nine-digit transaction id code in
the field "order_number" with the action set to "Post Authorization".