Amazon Pay Payment Acquirer

by
Odoo

80.09

v 14.0 Third Party 19
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Invoicing (account)
Discuss (mail)
Lines of code 826
Technical Name payment_amazonpay
LicenseOPL-1
Versions 14.0 13.0 11.0 12.0 10.0 15.0 16.0 17.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Invoicing (account)
Discuss (mail)
Lines of code 826
Technical Name payment_amazonpay
LicenseOPL-1
Versions 14.0 13.0 11.0 12.0 10.0 15.0 16.0 17.0

Amazon Pay Payment Acquirer

Handling one-time payments with Amazon Pay

Amazon Pay makes it simple for hundreds of millions of customers around the globe to pay for products and services using the information already stored in their Amazon accounts. It is a familiar buying experience from a brand customers know and trust.

This module provides Amazon Pay payments functionality as Odoo Payment Acquirer module for use with eCommerce module on website and allow to:

  • Use one-time orders only (not recurring payments / subscription);
  • Maintain complete control of the checkout experience on your site;
  • Set up API-based transaction management.

Please, see documentation for details.

Amazon Pay Payment Acquirer

Amazon Pay makes it simple for hundreds of millions of customers around the globe to pay for products and services using the information already stored in their Amazon accounts. It’s a familiar buying experience from a brand customers know and trust.

Installation & Configuration

1. Resolve dependencies

This module will use "The official Amazon Pay Python SDK" which should be installed into host system before module use.

It might be installed using PyPI, for example:

$ pip3 install amazon_pay

2. Register on Amazon Pay

To configure payment acquirer module you need to perform the registration steps described here for get values of:

  • Merchant ID (seller ID)
  • MWS Access Key and MWS Secret Key
  • Client ID

3. Install payment acquirer module in Odoo

4. Configure Amazon Pay Payment Acquirer

Go to payment acquirer configuration form and set value of Merchant ID, MWS Access Key, MWS Secret Key and Client ID.

You should also define correct Region value. It is important for load correct Amazon Widgets scripts (Amazon will display runtime error if region incorrect). So, if you not sure with your region value - try to set NA region (this is default value).

There is an additional option on payment acquirer form which should be explained:

If option named "Close order reference after capture" is checked, then Amazon order reference will be closed after authorization will be captured. Normally, this option should be always TRUE (see this for details).

Keep in mind, as Amazon says, the best practice recommendation: all API calls should be submitted to the Sandbox for test purposes before being moved live to your production systems.

Key points of usage

Amazon Pay supports separate authorization feature, so you can set option "Capture Amount Manually" to TRUE for capture (or void) transactions manually.

Also you should know that module store all communication information about requests to Amazon Pay (and responses) per each transaction. You can see this information table in developer mode on transaction form (of course if you have administrative rights).

Limitations

  • This module provides one-time only payments functionality with Amazon Pay without recurring payments.
  • Only synchronous Authorization API calls supported now (you can see this one for details).
  • Handling Instant Payment Notification (IPN) messages not yet implemented.
Odoo Proprietary License v1.0

This software and associated files (the "Software") may only be used (executed,
modified, executed after modifications) if you have purchased a valid license
from the authors, typically via Odoo Apps, or if you have received a written
agreement from the authors of the Software (see the COPYRIGHT file).

You may develop Odoo modules that use the Software as a library (typically
by depending on it, importing it and using its resources), but without copying
any source code or material from the Software. You may distribute those
modules under the license of your choice, provided that this license is
compatible with the terms of the Odoo Proprietary License (For example:
LGPL, MIT, or proprietary licenses similar to this one).

It is forbidden to publish, distribute, sublicense, or sell copies of the Software
or modified copies of the Software.

The above copyright notice and this permission notice must be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author or have a question related to your purchase, please use the support page.
There are no ratings yet!
Perfect
by
Thomas Porter
on 1/22/21, 10:00 AM

Thank you for quick follow-up....


maintenance fee
by
Thomas Porter
on 1/21/21, 6:22 PM

Hi...We are interested in you APP but need more details on Line Maintenance fee...what is it for and is it saying to use your app there is a recurring maintenance fee?  Details appreciate.  Tom

Re: maintenance fee
by
Nastenko Maksym
on 1/22/21, 2:32 AM Author

Hi, Tom.

Glad that you are interested in my application.

On buy this module for you Odoo version (you pay for this module once) you will got one time payments functionality with Amazon Pay (you can see some details here https://developer.amazon.com/docs/amazon-pay-onetime/intro.html); automatic (recurring) payments with Amazon Pay not implemented yet in this module.