AuthorizeNet
Tags, loops and template examples related to handling payment in AutorizeNet checkout.
Available tags
Authorizenet.x_cancel_url
Returns URL on cancel the transaction.
@GetString("Authorizenet.x_cancel_url")
Authorizenet.x_company
Returns company name of the billing data.
@GetString("Authorizenet.x_company")
Authorizenet.x_country
Returns country of the billing data.
@GetString("Authorizenet.x_country")
Authorizenet.x_delim_data
Handles abillity to send an email to your customer on success.If 1 then the letter can be sent.
@GetString("Authorizenet.x_delim_data")
Authorizenet.x_description
Returns description text of the transaction.
@GetString("Authorizenet.x_description")
Authorizenet.x_email
Returns E-mail address of billing data.
@GetString("Authorizenet.x_email")
Authorizenet.x_first_name
Returns First Name of the billing data.
@GetString("Authorizenet.x_first_name")
Authorizenet.x_fp_hash
Returns HASH sum of the transaction.
@GetString("Authorizenet.x_fp_hash")
Authorizenet.x_fp_timestamp
Returns timesatamp of the transaction.
@GetString("Authorizenet.x_fp_timestamp")
Authorizenet.x_invoice_num
Returns number of the order.
@GetString("Authorizenet.x_invoice_num")
Authorizenet.x_last_name
Returns Last Name of billing data.
@GetString("Authorizenet.x_last_name")
Authorizenet.x_relay_response
Returns code of the transaction relay response.
@GetString("Authorizenet.x_relay_response")
Authorizenet.x_response_reason_code
Returns code of response reason.
@GetString("Authorizenet.x_response_reason_code")
Authorizenet.x_response_reason_text
Returns text of response reason.
@GetString("Authorizenet.x_response_reason_text")
Authorizenet.x_ship_to_city
Returns city name to ship.
@GetString("Authorizenet.x_ship_to_city")
Authorizenet.x_ship_to_company
Returns company name to ship.
@GetString("Authorizenet.x_ship_to_company")
Authorizenet.x_ship_to_country
Returns country name to ship.
@GetString("Authorizenet.x_ship_to_country")
Authorizenet.x_ship_to_first_name
Returns first name of shipping.
@GetString("Authorizenet.x_ship_to_first_name")
Authorizenet.x_ship_to_last_name
Returns last name of shipping.
@GetString("Authorizenet.x_ship_to_last_name")
Authorizenet.x_ship_to_state
Returns state to ship.
@GetString("Authorizenet.x_ship_to_state")
Authorizenet.x_show_form
Returns text of payment form to show.
@GetString("Authorizenet.x_show_form")
Authorizenet.x_test_request
Returns True (1) if the payment is performed in test mode.
@GetString("Authorizenet.x_test_request")
Authorizenet.x_type
Returns type of transaction (Autorization without/with Capture).
@GetString("Authorizenet.x_type")
Authorizenet.x_version
Returns API viersion of the payment provider.
@GetString("Authorizenet.x_version")