diff --git a/ecommerce/shopper_experience.rst b/ecommerce/shopper_experience.rst index bdba04924..c20d12956 100644 --- a/ecommerce/shopper_experience.rst +++ b/ecommerce/shopper_experience.rst @@ -7,6 +7,7 @@ Get paid shopper_experience/payment shopper_experience/paypal + shopper_experience/authorize shopper_experience/wire_transfer shopper_experience/payment_acquirer shopper_experience/portal diff --git a/ecommerce/shopper_experience/authorize.rst b/ecommerce/shopper_experience/authorize.rst new file mode 100644 index 000000000..3e3796586 --- /dev/null +++ b/ecommerce/shopper_experience/authorize.rst @@ -0,0 +1,77 @@ +================================== +How to get paid with Authorize.Net +================================== + +Authorize.Net is one of the most popular eCommerce payment platforms in North America. +Unlike most of the other payment acquirers compatible with Odoo, +Authorize.Net can be used as `payment gateway `__ only. +That way you can use the `payment processor or merchant `__ that you like. + + +Create an Authorize.Net account +=============================== + +* Create an `Authorize.Net account `__ + by clicking 'Get Started'. +* In the pricing page, press *Sign up now* if you want to use Authorize.net as + both payment gateway and merchant. If you want to use your own merchant, press + the related option. + + .. image:: media/authorize01.png + :align: center + +* Go through the registration steps. +* The account is set as a test account by default. You can use this test + account to process a test transaction from Odoo. +* Once ready, switch to **Production** mode. + + +Set up Odoo +=========== +* Activate Authorize.Net in Odoo from :menuselection:`Website or Sales or Accounting + --> Settings --> Payment Acquirers`. +* Enter both your **Login ID** + and your **API Transaction Key**. + + .. image:: media/authorize02.png + :align: center + + To get those credentials in Authorize.Net, you can rely on + *API Login ID and Transaction Key* video of + `Authorize.Net Video Tutorials `__. + Such videos give meaningful insights about how to set up your + Authorize.Net account according to your needs. + + +Go live +======= +Your configuration is now ready! +You can make Authorize.Net visible on your merchant interface +and activate the **Production** mode. + +.. image:: media/paypal_live.png + :align: center + +.. note:: Credentials provided by Authorize.net are different for both + test and production mode. Don't forget to update them in Odoo when you + turn on the production mode. + + +Assess Authorize.Net as payment solution +======================================== +You can test and assess Authorize.Net for free by creating a `developer account `__. + +Once the account created you receive sandbox credentials. +Enter them in Odoo as explained here above and make sure +you are still in *Test* mode. + +You can also log in to `Authorize.Net sandbox platform `__ +to configure your sandbox account. + +To perform ficticious transactions you can use fake card numbers +provided in the `Authorize.Net Testing Guide `__. + +.. seealso:: + + * :doc:`payment` + * :doc:`payment_acquirer` diff --git a/ecommerce/shopper_experience/media/authorize01.png b/ecommerce/shopper_experience/media/authorize01.png new file mode 100644 index 000000000..13bd3eb50 Binary files /dev/null and b/ecommerce/shopper_experience/media/authorize01.png differ diff --git a/ecommerce/shopper_experience/media/authorize02.png b/ecommerce/shopper_experience/media/authorize02.png new file mode 100644 index 000000000..e89403879 Binary files /dev/null and b/ecommerce/shopper_experience/media/authorize02.png differ diff --git a/ecommerce/shopper_experience/media/paypal_live.png b/ecommerce/shopper_experience/media/paypal_live.png index 0e9fc3428..862725188 100644 Binary files a/ecommerce/shopper_experience/media/paypal_live.png and b/ecommerce/shopper_experience/media/paypal_live.png differ diff --git a/ecommerce/shopper_experience/paypal.rst b/ecommerce/shopper_experience/paypal.rst index ba8bf9c43..7a43a9ace 100644 --- a/ecommerce/shopper_experience/paypal.rst +++ b/ecommerce/shopper_experience/paypal.rst @@ -2,7 +2,7 @@ How to get paid with Paypal =========================== -Paypal is the easiest online payment method to configure. +Paypal is the easiest online payment acquirer to configure. It is also the only one without any subscription fee. We definitely advise it to any starter. @@ -70,8 +70,8 @@ Set up your Paypal account :align: center -Set up Paypal's payment method in Odoo -====================================== +Set up Odoo +=========== * Open Paypal setup form in :menuselection:`Website or Sales or Accounting --> Settings --> Payment Acquirers+`. Enter both your **Email ID** and your **Merchant ID** and check **Use IPN**.