Skip to Content
Menu

Amazon Pay Payment Provider

by
Odoo

116.90

v 17.0 Third Party 21
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Discuss (mail)
Lines of code 957
Technical Name payment_amazonpay
LicenseOPL-1
Versions 10.0 11.0 12.0 13.0 14.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 Discuss (mail)
Lines of code 957
Technical Name payment_amazonpay
LicenseOPL-1
Versions 10.0 11.0 12.0 13.0 14.0 15.0 16.0 17.0

Amazon Pay Payment Provider

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 Provider 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 Provider

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:

$ pip install amazon_pay

2. Register on Amazon Pay

To configure payment provider 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 provider module in Odoo

4. Configure Amazon Pay Payment Provider

Go to payment provider 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 provider 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 can store all communication information about requests to Amazon Pay (and responses) per each transaction if "Write Transaction Logs" option of provider checked (it's checked by default). You can see this information table in developer mode on transaction form (if you have administrative rights).

Please note next: modern browsers are care about a lot security, so they can block popup windows by default and as a result your customer may have a trouble with login to their Amazon Pay wallet because of blocking login popup window. You can solve this problem using "Authorize Mode" option at "Configuration" tab of Amazon Pay payment provider:

  • Auto: popup mode by default, but force non-popup mode for Mozilla browsers.
  • Popup: authorize user using popup window.
  • Non-Popup: authorize user with redirect.

Limitations

  • Only one active Amazon Pay payment provider configuration per company supported now.
  • This module provides one-time only payments' functionality with Amazon Pay, without recurring payments or tokens.
  • 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!
NEED HELP
by
Thomas Porter
on 8/23/24, 5:45 PM

Masksym... I hope you are safe

App was working great....but stopped working over the past month.... can you contact me.  Tom Porter tporter@bestlabelprinter.com


Need help for API Credentials
by
wajahat@samana-group.com
on 5/11/24, 1:06 AM

Hi,

We recently purchased your module, and we're having trouble obtaining the client ID and client secret. We've attempted to retrieve them from the portal multiple times, but we couldn't find any information there. As a result, we're currently unable to use your module.

Could you please assist us with obtaining the client ID and client secret as soon as possible?

Thank you

Re: Need help for API Credentials
by
Nastenko Maksym
on 5/11/24, 4:02 AM Author

Hello,

Here is information where you can find required values: https://pay.amazon.com/help/202022560

If it will not help, I would recommend you to contact with Amazon support, because this question about configuration of your Amazon Payments merchant account.

Best regards