diff options
Diffstat (limited to 'AuthorizeNet.pm')
-rw-r--r-- | AuthorizeNet.pm | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/AuthorizeNet.pm b/AuthorizeNet.pm index 70410d6..4688668 100644 --- a/AuthorizeNet.pm +++ b/AuthorizeNet.pm @@ -368,10 +368,11 @@ last_name fields. Business::OnlinePayment::AuthorizeNet uses Authorize.Net's "Advanced Integration Method (AIM) (formerly known as ADC direct response)" and "Automatic Recurring Billing (ARB)", sending a username and password (or -transaction_key) 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. +transaction key as 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 |