Customizing the Hosted Payment Form

When using the payment gateway hosted payment form, you can also configure the following settings to match the look of your website:

To configure the look of the payment gateway hosted payment form:

  1. Log on to the Merchant Interface at https://secure.authorize.net

  2. Click Settings under Account in the main menu on the left

  3. Click Payment Form in the Transaction Submission section

  4. Click on any of the provided links to configure the different elements of the payment form

For specific instructions, click the Help link at the top right corner of each Merchant Interface page.

Basic HTML Guide

When customizing headers and/or footers for your hosted payment form and receipt page, you can use the following basic hypertext markup language (HTML) tags and codes to specify font and paragraph formatting and create hyperlinks. Simply use the following tags around your text, as shown in the examples.

 

FORMAT

HTML TAGS OR CODES

EXAMPLE

RENDERING

Bold

Opening tag: <b>

Closing tag: </b>

<b>Your text here</b>

Your text here

Italic

Opening tag: <i>

Closing tag: </i>

<i>Your text here</i>

Your text here

Bold Italic

Opening tags: <b><i>

Closing tags: </i></b>

<b><i>Your text here</i></b>

Your text here

Line Break

Opening tag: <br>

Closing tag: Not needed

Your<br>text<br>here

Your

text

here

Horizontal Rule

Opening tag: <hr>

Closing tag: Not needed

Your<hr>text<hr>here

Your


text


here

Paragraph

Opening tag: <p>

Closing tag: </p>

Your<p>paragraphs</p> <p>here</p>

Your

paragraphs

here

Hyperlink

Opening tag: <a href=”URL here”>

Closing tag: </a>

<a href=

”http://www.yourURL.com”> Link text here</a>

Link text here

Email Link

Opening tag: <a href=

”mailto:email address here”>

Closing tag: </a>

<a href=”mailto:your@ emailaddress.com”>your@emailaddress.com</a>

your@emailaddress.com

Single Quote

Left single quote: &lsquo;

Right single quote: &rsquo;

&lsquo;Your text here&rsquo;

‘Your text here’

Double Quote

Left double quote: &ldquo;

Right double quote: &rdquo;

&ldquo;Your text here&rdquo;

“Your text here”

 

There are many ways to use HTML code in the payment form and receipt page headers and footers. You might choose to reference a cascading style sheet (CSS). A CSS is a separate HTML document that defines formatting styles such as font and text color and size. Please contact your Web developer with any questions you have about using HTML tags and codes, or about using a CSS in your form headers and footers.

Logos and Background Images

If you would like to use a logo and/or background image on the hosted payment form, image files must be uploaded to the payment gateway server in order to be displayed properly. The location of the logo and background images on the payment gateway server must be referenced in the header or footer.

 

To upload a logo or background image to the payment gateway:

  1. Save the file in any of the following formats: .gif, .jpg, .png, or .swf (other file formats will not be accepted).

  2. If needed, rename the logo or background image according to the following Authorize.Net naming convention:

  3. Send the logo and/or background file in an email to support@authorize.net with the subject line “Payment Form Image Upload.” The images are then uploaded to a secure payment gateway server.

  4. To reference the logo or background image, add the following HTML to the payment form and/or receipt page header or footer:

 

<img src="https://secure.authorize.net/mgraphics/filename.ext">

 

 

Note: The maximum character length allowed when configuring header or footer text in the Merchant Interface is 255. If you are including a lot of text, links or graphics, you will need to arrange with your Web developer to include the header information as part of the integration code. There is no character limit when configuring payment form header text in the integration code.

If you are not comfortable uploading an image to the payment gateway or adding HTML to the form header or footer yourself, you can ask your Web developer for help.

 

 

Related Topics