diff --git a/ecommerce/shopper_experience/authorize.rst b/ecommerce/shopper_experience/authorize.rst
index 3e3796586..615bd8cf9 100644
--- a/ecommerce/shopper_experience/authorize.rst
+++ b/ecommerce/shopper_experience/authorize.rst
@@ -31,30 +31,34 @@ 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**.
+ your **API Transaction Key** and your **API Signature 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.
+ To get those credentials from Authorize.Net, you can follow the direction
+ in the Authorize.net Help
+ `API Credentials and Keys `__
+ entry and access the menu :menuselection:`Account --> Settings --> API Credentials & Keys`
+ 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
=======
Your configuration is now ready!
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
: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.
+ switch from testing to production or vice-versa.
Assess Authorize.Net as payment solution
diff --git a/ecommerce/shopper_experience/media/authorize02.png b/ecommerce/shopper_experience/media/authorize02.png
index e89403879..3e8accd2f 100644
Binary files a/ecommerce/shopper_experience/media/authorize02.png 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 862725188..b407cf7e2 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/payment.rst b/ecommerce/shopper_experience/payment.rst
index 57f4e9f46..5919633c8 100644
--- a/ecommerce/shopper_experience/payment.rst
+++ b/ecommerce/shopper_experience/payment.rst
@@ -37,8 +37,8 @@ Odoo supports more and more platforms over time:
How to go live
==============
-Once the payment method ready, make it visible in the payment interface
-and activate the **Production** mode.
+Once the payment method is ready, make it visible in the payment interface
+by switching the state to **Enabled**.
.. image:: media/paypal_live.png
:align: center