[IMP] ecommerce: authorize.net setup

Changes needed since there are now more keys to set up.
This commit is contained in:
Damien Bouvy 2019-11-04 17:40:30 +01:00 committed by Julien B
parent 824105a55d
commit cd9a0b7bec
4 changed files with 14 additions and 10 deletions

View File

@ -31,30 +31,34 @@ Set up Odoo
* Activate Authorize.Net in Odoo from :menuselection:`Website or Sales or Accounting * Activate Authorize.Net in Odoo from :menuselection:`Website or Sales or Accounting
--> Settings --> Payment Acquirers`. --> Settings --> Payment Acquirers`.
* Enter both your **Login ID** * Enter both your **Login ID**
and your **API Transaction Key**. your **API Transaction Key** and your **API Signature Key**.
.. image:: media/authorize02.png .. image:: media/authorize02.png
:align: center :align: center
To get those credentials in Authorize.Net, you can rely on To get those credentials from Authorize.Net, you can follow the direction
*API Login ID and Transaction Key* video of in the Authorize.net Help
`Authorize.Net Video Tutorials <https://www.authorize.net/videos/>`__. `API Credentials and Keys <https://account.authorize.net/help/Account/Settings/Security_Settings/General_Settings/API_Login_ID_and_Transaction_Key.htm>`__
Such videos give meaningful insights about how to set up your entry and access the menu :menuselection:`Account --> Settings --> API Credentials & Keys`
Authorize.Net account according to your needs. in the Authorize.net dashboard. Note that you need *both* a Transaction key and and Signature key.
* Once both keys are set up, you can then generate a Client Key by clicking the
"Generate Client Key" button. Note that these 3 keys are necessary for the
setup to work correctly.
Go live Go live
======= =======
Your configuration is now ready! Your configuration is now ready!
You can make Authorize.Net visible on your merchant interface You can make Authorize.Net visible on your merchant interface
and activate the **Production** mode. and activate the **Enabled** state.
.. image:: media/paypal_live.png .. image:: media/paypal_live.png
:align: center :align: center
.. note:: Credentials provided by Authorize.net are different for both .. note:: Credentials provided by Authorize.net are different for both
test and production mode. Don't forget to update them in Odoo when you test and production mode. Don't forget to update them in Odoo when you
turn on the production mode. switch from testing to production or vice-versa.
Assess Authorize.Net as payment solution Assess Authorize.Net as payment solution

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

@ -37,8 +37,8 @@ Odoo supports more and more platforms over time:
How to go live How to go live
============== ==============
Once the payment method ready, make it visible in the payment interface Once the payment method is ready, make it visible in the payment interface
and activate the **Production** mode. by switching the state to **Enabled**.
.. image:: media/paypal_live.png .. image:: media/paypal_live.png
:align: center :align: center