We are using Amazon FBA for fulfillment and shipping. We also have installed the 3dcart Recurring Orders Module. The following situations exist:
1) Regular (non-recurring) orders are processed perfectly, i.e., payment, Amazon fulfillment, orders marked in cart as closed.
2) The first order of a new RECURRING order is processed perfectly, as above.
3) The second and subsequent orders of a RECURRING order are charged for payment correctly, the order to Amazon fails with following message:
- Order charged successfully - finishing order and sending emails
Error creating the fullfilment Order (MWS): Forbidden, Sender SignatureDoesNotMatch The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details. 3ce06595-dce6-45ef-bcaf-2925979f99cf
- Order successfully processed.
If the Amazon MWS credentials were incorrect, then the regular orders would not process. I believe there is a coding error in the interface, but after repeated contact with support, they claim otherwise. Any suggestion???
1) Regular (non-recurring) orders are processed perfectly, i.e., payment, Amazon fulfillment, orders marked in cart as closed.
2) The first order of a new RECURRING order is processed perfectly, as above.
3) The second and subsequent orders of a RECURRING order are charged for payment correctly, the order to Amazon fails with following message:
- Order charged successfully - finishing order and sending emails
Error creating the fullfilment Order (MWS): Forbidden, Sender SignatureDoesNotMatch The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details. 3ce06595-dce6-45ef-bcaf-2925979f99cf
- Order successfully processed.
If the Amazon MWS credentials were incorrect, then the regular orders would not process. I believe there is a coding error in the interface, but after repeated contact with support, they claim otherwise. Any suggestion???
Comment