home > support > credit cards > Authorize.net
Site:
http://www.authorize.net/
Setup
TourCMS uses the hosted payment pages via the Server Integration Method (SIM).
Configuration
- The API Login and Transaction key will be given to you when you sign up for an Authorize.net account (hopefully). The MD5-Hash can be found in the Settings in Authorize.net
- The design of the payment page can be changed from within your Authorize.net login. GO to Settings, Payment Form, Form fields - and remove all customer / billing information from show. We suggest you keep Invoice Number, Description
Testing
- To test transactions turn on test mode within Authorize.net and leave development mode OFF within TourCMS (leave as 0 in the TourCMS Authorize.net configuration). This is probably how you will do most of your testing. This tests using https://secure.authorize.net/gateway/transact.dll
- Alternatively you can use development mode (by setting development mode to 1 in TourCMS Authorize.net configuration) then transactions will be tested against https://test.authorize.net/gateway/transact.dll rather than the normal https://secure.authorize.net/gateway/transact.dll url. You will need a developer account from Authorize.net to do this style of testing
Notes