Authorize.net Form Info

From GLMWiki
Jump to: navigation, search

Two pieces that the auth.net form integration needs

LoginId [Authorize.Net Customer Login]

TransactionKey [Authorize.Net Customer Transaction Key]

maybe listed as transactionAPIKey

for setting up the task please say if you want additional information passed to authorize.net in the transaction. normal transdata:

x_card_num
x_exp_date
x_amount
x_first_name
x_last_name

we can additionally send:

x_email
x_ship_to_first_name
x_ship_to_last_name
x_ship_to_company
x_ship_to_address
x_ship_to_city
x_ship_to_state
x_ship_to_zip
x_ship_to_country


If x_email is given to authorize.net then the client can choose to send client receipts automatically from the authorize.net site.

Test Cards
Card Number      Card Type
===============  ===============
370000000000002  American Express
6011000000000012 Discover Card
5424000000000015 MasterCard
4000000000000000 Visa


  • Testing to Generate Specific Transaction Results
When testing transaction results in the developer test environment as well as the
production environment, you can produce a specific response reason code by
submitting a test transaction that uses a test credit card number designed to generate
specific transaction results: this is Visa test credit card number “4222222222222.” This
card number is intended for testing and should only be used for that purpose. Submit
the test transaction by either placing the account in Test Mode, or submitting
x_test_request=TRUE, with a dollar amount value equal to the response reason code
you would like to produce.
For example, to test the AVS response reason code number 27, submit the test
transaction with the credit card number “4222222222222” and the amount “27.00.”
Some test codes:
1 This transaction has been approved
2 This transaction has been declined
8 Credit card has expired
11 Duplicate Transaction has been submitted
28 The merchant does not accept this type of card