Authorize is a payment processor aiming at the US market.
To integrate with Authorize
Sign up with Authorize. If they need to know what type of integration you will be using, it is 'SIMS'.
You then tell the neatComponents system the account details.
Your customers will then be given a 'Pay with Credit Card' option at the end of the e-commerce process.
Settings at Authorize
You need to make two settings changes to your account at Authorize:
Account > Settings > Silent Post URL
Set this to the URL of the nC Shopping Cart directory, plus 'AuthorizeCallback.nc"
example: http://www.example.com/27/AuthorizeCallback.nc
Account > Settings > MD5 Hash
Enter a random string
You will then enter the same string in the neatComponents interface - see below
Authorize settings within neatComponents
In the Behavior Editor of the Shopping cart component, there are some specific settings which control how neatComponents integrates with Authorize.
Enable
Set this to Yes, and the customer will be shown a link which will take them to Authorize. (The text of this link can be customised too, in the Text / Links setting)
API Login ID
This is the "API Login ID" provided by Authorize
Transaction Key
Enter the key provided by Authorize
Test mode
Set to Yes when testing, or No to process live transactions and take payments
MD5 Hash value
Enter a random string
You must enter the same string in the Authorize account (at Account > Settings > MD5 Hash)
Goods description
A short phrase describing the general nature of what is being sold.
Text color
The text color to be used on the Authorize page that takes payments
Link color
The link color to be used on the Authorize page that takes payments
Background color
The background color to be used on the Authorize page that takes payments
Logo Image (stored at Authorize)
The URL of an image file
You can email Authorize an image to be used as a logo, which they host on their server.
Background Image (stored at Authorize)
The URL of an image file
You can email Authorize an image to be used as a logo, which they host on their server.
Payment form header
Text to show above the payment form at Authorize
Payment form footer
Text to show below the payment form at Authorize
Receipt header
Text to show above the receipt page at Authorize
Receipt summary link text
The text that will form a link on the receipt page that links back to the neatComponents site
Receipt footer
Text to show below the receipt page at Authorize |