Hello, I have a site that I just launched and have discovered that the amazon payment provider is not working.
I read the article http://www.publicvoid.dk/SetupUCommerceToIncludeAmazonFPSAsAPaymentMethod.aspx as my configuration reference.
Everything seems to be correct, and the payment process completes, and returns to my site.
In the order shipping tab, I see the payment status set to authorized, and a reference number of Reference-76. Which based on the browser url in the call to PaymentProcessor.axd the the reference-76 is coming from Amazon.
The issue is that when I look in the amazon payments portal, there are not transactions.
The response from Amazon is:
"The workflow of FPS is this: when the buyer finish the checkout process, the return URL will contain an authorized payment token and a reference ID, which you will need when you charge against the token. The website will then need to programmingly charge the token by calling the "pay" API against the token.
**With those information in mind, I suggest you to go to the uCommerce's configuration panel to see if there's anyway you can manually "Collect Payment". You might be able to make it so that the website charges the token automatically upon getting it or upon certain conditions being met(fixed time, customer confirmation, etc) I ran into this page on the Internet that might be helpful, checkout the bottom of the page where they show you how to configure "Auto Acquire" payments: http://www.publicvoid.dk/SetupUCommerceToIncludeAmazonFPSAsAPaymentMethod.aspx"
What do I need to do to get this working?
Thanks
Bill