Amazon Payment Services¶
Amazon Payment Services or APS is an online payment provider established in Dubai offering several online payment options.
Configuration on APS Dashboard¶
Log into your Amazon Payment Services Dashboard and go to . Generate the Access Code if none has been generated yet. Copy the values of the Merchant Identifier, Access Code, SHA Request Phrase and SHA Response Phrase fields, and save them for later.
Enter your Odoo database URL in the Origin URL, for example:
https://yourcompany.odoo.com/
. Then, click on Save Changes.Navigate to Redirection. Make sure Status is set to
and click onActive
and select your preferred payment methods underneath in Payment Options.- Set Send Response Parameters to Yes and enter your database URL followed by
/payment/aps/return
in the Redirection URL.For examplehttps://yourcompany.odoo.com/payment/aps/return
.Enter your database URL followed by/payment/aps/webhook
in the Direct Transaction Feedback and Notification URL fields.For examplehttps://yourcompany.odoo.com/payment/aps/webhook
.Click on Save Changes. Under
you can customize the look and feel of the Amazon Payment Services payment page (where customers fill out their credit card details during payment).
Configuration on Odoo¶
Navigate to the payment provider Amazon Payment Services, change its state to Enabled, and make sure it is Published.
In the Credentials tab, fill the Merchant Identifier, Access Code, SHA Request Phrase and SHA Response Phrase with the values you saved at the step Configuration on APS Dashboard.
Configure the rest of the options to your liking.