Satchmo currently has support for several different payment modules. This document will discuss some of the particular configuration items to keep in mind for each module.
The authorize.net module requires that you have a valid authorize.net account. In order to get your transaction key and transaction login, go to the site and complete the account registration process. When you have completed it, you can fill in the appropriate fields in the admin settings to enable this payment processor.
There is one thing to keep in mind when setting up the test processing. If you are posting to https://test.authorize.net/gateway/transact.dll, and you are not using an account whose API login ID starts with “cpdev” or “cnpdev”, you will get an Error 13 message. Make sure you are posting to https://certification.authorize.net/gateway/transact.dll for test transactions if you do not have a cpdev or cnpdev.
TrustCommerce configuration is very similar to authorize.net. You will need to go to TrustCommerce and get your account setup.
One special note with TrustCommerce - you must have the tclink libraries installed. You can get these from here.
Once the library is installed, you can fill in your login and password information in the admin config.
CyberSource operates similarly to TrustCommerce and Authorize.net. If you register at the CyberSource Site you will get all the credentials you need to configure this module.
Currency code for Paypal transactions.
Defaults to USD.
Whether to accept real payments.
Defaults to False.
The Paypal URL for real transaction posting.
Defaults to https://www.paypal.com/cgi-bin/webscr.
The Paypal URL for test transaction posting.
Defaults to https://www.sandbox.paypal.com/cgi-bin/webscr.
There are a couple of different ways to integrate with Google Checkout. Satchmo uses the XML option. When configuring your checkout account via Google, select: “Option A - Configure your form to submit directly to Google Checkout.”
It is recommended that you review the Google checkout documentation in order to understand how the process works.
This processor is included in the default Satchmo store.