Skip to content
This repository has been archived by the owner on Mar 30, 2020. It is now read-only.

Latest commit

 

History

History
36 lines (26 loc) · 1.21 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.21 KB

spree_pay_with_amazon

Add Pay with Amazon to your Spree Commerce solution.

Installation

Add spree_amazon_payments to your Gemfile:

gem 'spree_social', github: 'spree-contrib/spree_social', branch: '3-0-stable'
gem 'spree_amazon_payments', github: 'amzn/spree_pay_with_amazon'

Bundle your dependencies and run the installation generator:

bundle
bundle exec rails g spree_amazon_payments:install
bundle exec rails g spree_social:install

Registration

Register for your Amazon Payments account here

Refund Callback

You will need to configure Instant Notification Settings in order to accept the callback when a refund is completed. Configure your IPN settings by logging into your Seller Central Account.

The IPN URL will be in the Configuration section of your Spree Commerce instance.

User Guide

Please see the user guide here for more information