diff --git a/faq.html b/faq.html index e988fdf70..2793717b2 100644 --- a/faq.html +++ b/faq.html @@ -42,6 +42,7 @@
  • The Amazon Pay buttons are not displaying correctly
  • The Amazon Pay button is not redirecting to my checkout page
  • Why are there some transactions in Seller Central with no associated order in Magento?
  • +
  • Why do we consistently see some canceled Magento orders paid with Amazon Pay?
  • Amazon Pay transaction IDs used to contain an 'A'; why do they now show a 'C'?
  • Does the Amazon Pay module create any cookies?
  • @@ -110,11 +111,15 @@

    The Amazon Pay button is not redirecting to my checkout page

    Why are there some transactions in Seller Central with no associated order in Magento?

    +
    +

    Info

    +

    This only applies to versions of the module < 5.17.0.

    +

    There are distinct processes happening between Magento and Amazon Pay when a customer places an order. Occasionally, something exceptional may happen in the Magento system when attempting to create an order that will prevent it from being placed, whether it's some type of unusual customer behavior or general server error. This type of failure is unrelated to Amazon's processing, and in this case, Amazon will process the authorization as usual. However, the - authorization will be automatically canceled in Seller Central after 24 hours of inactivity. This shouldn't be of + authorization will be automatically canceled in Seller Central after 7 days of inactivity. This shouldn't be of major concern if there is no further action taken on the transaction. The customer should be able to try the order again, either with Amazon Pay or another payment method. If you see a transaction in Seller Central that lists (Not Provided) as the Seller Order ID, this is a good indication the customer was unable to successfully @@ -127,6 +132,23 @@

    Why are there some transactions in Seller Central with no associated order i that any other third-party plugins/extensions you may have installed are not prohibiting Amazon Pay as a payment method, or otherwise modifying quote data during the order placement process.

    +
    +

    Why do we consistently see some canceled Magento orders paid with Amazon Pay?

    +
    +

    Info

    +

    This only applies to versions of the module ≥ 5.17.0.

    +
    +

    As of version 5.17.0, the Amazon Pay module has reversed the order of transaction processing in the Amazon Pay system + and the order submission in Magento. Previously, the transaction was processed through Amazon (authorization/capture initiated) + before placing the Magento order, but in the case there was a network failure or general problem preventing the order from + being placed successfully, this could lead to “dangling” transactions in Seller Central with no associated Magento orders. These + were difficult or impossible for the module to cancel or otherwise flag, leading to merchant confusion. Now, the module places + the Magento order first, and can easily cancel the order if something goes wrong with the Amazon transaction. This logic reversal + may lead to an increase in benign canceled orders in Magento, but should drastically reduce the frequency of orphaned transactions + in Seller Central. +

    +

    Amazon Pay transaction IDs used to contain an 'A'; why do they now show a 'C'?

    diff --git a/index.html b/index.html index 73f3e6d2c..349802ac0 100644 --- a/index.html +++ b/index.html @@ -230,6 +230,8 @@

    If you are looking for Amazon Pay and Amazon Sign-in f href="faq.html#checkout-redirect">The Amazon Pay button is not redirecting to my checkout page
  • Why are there some transactions in Seller Central with no associated order in Magento?
  • +
  • Why do we consistently see some canceled Magento orders paid with Amazon Pay?
  • Amazon Pay transaction IDs used to contain an 'A'; why do they now show a 'C'?