When using the payment gateway hosted payment form, you can also configure the following settings to match the look of your website:
The color of the text
The color of link text
The background color
The header text (this can include HTML)
The footer text (this can include HTML)
To configure the look of the payment gateway hosted payment form:
Log on to the Merchant Interface at https://secure.authorize.net
Click Settings under Account in the main menu on the left
Click Payment Form in the Transaction Submission section
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> |
|
|
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: ‘ Right single quote: ’ |
‘Your text here’ |
‘Your text here’ |
|
Double Quote |
Left double quote: “ Right double quote: ” |
“Your text here” |
“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:
Save the file in any of the following formats: .gif, .jpg, .png, or .swf (other file formats will not be accepted).
If needed, rename the logo or background image according to the following Authorize.Net naming convention:
Only use letters, numbers and/or the underscore character
Do not use spaces
You must include your merchant ID and one of the following prefixes for identification purposes: logo_, background_, header_, footer. (If you do not know your merchant ID, refer to the Merchant Profile page in the Account menu of the Merchant Interface.
Good Examples: Bad Examples:
logo_merchantIDhere.jpg logo.jpg
background_merchantIDhere.png background.jpg
header_merchantIDhere.swf online forms.png
footer_merchantIDhere.gif
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.
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.