From 84880211d401d98d7fc9a1422c24689b3842a2fa Mon Sep 17 00:00:00 2001 From: "Xavier (XPL)" Date: Wed, 26 Jul 2023 12:03:38 +0000 Subject: [PATCH] [IMP] payments: update ACH section content to match 16.0 closes odoo/documentation#5214 X-original-commit: 4cb7b3af3da5882a52cd04163497ae30d130d43c Signed-off-by: Xavier Platteau (xpl) --- .../finance/payment_providers/authorize.rst | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/content/applications/finance/payment_providers/authorize.rst b/content/applications/finance/payment_providers/authorize.rst index af4246a61..3d40f19cc 100644 --- a/content/applications/finance/payment_providers/authorize.rst +++ b/content/applications/finance/payment_providers/authorize.rst @@ -61,15 +61,16 @@ Configuration To give customers the possibility to pay using ACH, `sign up for Authorize.Net eCheck's service `_. Once eCheck is activated, duplicate the -previously configured Authorize.Net payment acquirer on Odoo by going to :menuselection:`Accounting ---> Configuration --> Payment Acquirers --> Authorize.net --> ⛭ Action --> Duplicate`. Then, change -the acquirer's name to differentiate both versions (e.g., `Authorize.net - Banks`). +previously configured Authorize.Net payment provider on Odoo by going to :menuselection:`Accounting +--> Configuration --> Payment Providers --> Authorize.net`. Then, click the cog icon +(:guilabel:`⛭`) and select :guilabel:`Duplicate`. Change the provider's name to differentiate both +versions (e.g., `Authorize.net - Banks`). -Open the :guilabel:`Configuration` tab, click :guilabel:`Edit` and set the :guilabel:`Allow Payments -From` field to :guilabel:`Bank Account (USA only)`. Finally, click :guilabel:`Save`. +Open the :guilabel:`Configuration` tab, set the :guilabel:`Allow Payments From` field to +:guilabel:`Bank Account (USA only)`. -When ready, change the acquirer's :guilabel:`State` to :guilabel:`Enabled` for a regular account or -:guilabel:`Test Mode` for a sandbox account, and :guilabel:`Save`. +When ready, change the provider's :guilabel:`State` to :guilabel:`Enabled` for a regular account or +:guilabel:`Test Mode` for a sandbox account. Import an Authorize.Net statement =================================