
task-2862636
closes odoo/documentation#2119
X-original-commit: c820aa4951
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
54 lines
1.7 KiB
ReStructuredText
54 lines
1.7 KiB
ReStructuredText
=============
|
|
Authorize.Net
|
|
=============
|
|
|
|
`Authorize.Net <https://www.authorize.net>`_ is a United States-based online payment solution
|
|
provider, allowing businesses to accept **credit cards**.
|
|
|
|
Configuration
|
|
=============
|
|
|
|
.. seealso::
|
|
- :ref:`payment_acquirers/add_new`
|
|
|
|
Credentials tab
|
|
---------------
|
|
|
|
Odoo needs your **API Credentials & Keys** to connect with your Authorize.Net account, which
|
|
comprise:
|
|
|
|
- **API Login ID**: The ID solely used to identify the account with Authorize.Net.
|
|
- **API Transaction Key**
|
|
- **API Signature Key**
|
|
- **API Client Key**
|
|
|
|
To retrieve them, log into your Authorize.Net account, go to :menuselection:`Account --> Settings
|
|
--> Security Settings --> API Credentials & Keys`, generate your **Transaction Key** and
|
|
**Signature Key**, and paste them on the related fields in Odoo. Then, click on **Generate Client
|
|
Key**.
|
|
|
|
.. important::
|
|
If you are trying Authorize.Net as a test, with a *sandbox account*, change the :guilabel:`State`
|
|
to :guilabel:`Test Mode`. We recommend doing this on a test Odoo database, rather than on your
|
|
main database.
|
|
|
|
If you set :guilabel:`Test Mode` on Odoo and use an authorize.net account instead of a
|
|
sandbox.authorize.net account, it results in the following error: *The merchant login ID or
|
|
password is invalid or the account is inactive*.
|
|
|
|
Configuration tab
|
|
-----------------
|
|
|
|
Place a hold on a card
|
|
~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
With Authorize.net, you can enable the :ref:`manual capture
|
|
<payment_acquirers/features/manual_capture>`. If enabled, the funds are reserved for 30 days on the
|
|
customer's card, but not charged yet.
|
|
|
|
.. warning::
|
|
After **30 days**, the transaction is **voided automatically** by Authorize.net.
|
|
|
|
.. seealso::
|
|
- :doc:`../payment_acquirers`
|