Amazon Payments - Checkout by Amazon
Checkout by Amazon allows your customers to checkout on Amazon.com, using their Amazon.com user account. When a customer clicks the View Cart button in Squirrelcart, your customer will see the following:
If they click the Checkout with Amazon button, they are taken to Amazon.com to complete the entire checkout process.
If you have no other payment methods enabled, they will only see the Checkout with Amazon button.
Checkout by Amazon is not just a payment processor. They handle the entire checkout experience, including:
Because Amazon is taking over the entire checkout process, the following features/settings in Squirrelcart have no impact on an order placed via Checkout by Amazon:
- Inventory Control
- Taxes
- Shipping rates
- Order storage
 |
When an order is placed using Checkout by Amazon, Squirrelcart will not store the order in your database, and will not email the customer or you to indicate an order has been submitted. |
If you prefer to allow Squirrelcart to handle the checkout process, along with inventory control, taxes, shipping, and order storage - Amazon Simple Pay is a better alternative.
Checkout by Amazon user account. If you haven't already done so, use this link to signup for your Checkout By Amazon account.
PHP 5
- Login to Seller Central using your Checkout by Amazon user account (see above requirements for account signup link):
https://sellercentral.amazon.com
- Make sure Web Site is set to Your Checkout Website and NOT Your Checkout Website (Sandbox):
- Click the Settings link
- Click Checkout Pipeline Settings
- Your Merchant ID appears at the bottom. Write it down.
- Click the Edit button
- In the Successful Payment Return URL field, enter the full URL to your storefront page with ?pm_return=23 following it:
http://www.example.com/store.php?pm_return=23
- In the Cancel Payment Return URL field, enter the full URL to your storefront page with ?show_cart=1 following it:
http://www.example.com/store.php?show_cart=1
- Ensure that the field after Shopping Cart Security is checked that reads "Accept only digitally signed XML shopping carts"
- Click the Update button
- Go to the Amazon Web Services website:
http://www.amazon.com/webservices
- Login. If this is your first time using AWS you will be prompted to create an account.
- Click the Account tab, and then click the Security Credentials link:
- You should see something like this:
- Click the Show link under Secret Access Key so it will appear
- Copy the Access Key ID and the Secret Access Key (or write them down very carefully!)
- Login to Squirrelcart's control panel
- Click the Payment Methods menu link:
- Click the record row labeled Amazon Payments - Checkout by Amazon
- Enter your Merchant ID in the Merchant ID field
- Enter your Access Key ID in the Access Key ID field
- Enter your Secret Access Key in the Secret Access Key field
- Set the Amazon Mode field to Live
- Alter the Checkout Button * fields if you wish
- Check the Enabled field
- Click
- Shipping and tax rates need to be configured in your Seller Central control panel. Refer to the documentation for Checkout by Amazon for instructions.
© 2001-2017 Lighthouse Development. All Rights Reserved.