Note that there are some explanatory texts on larger screens.

plurals
  1. POAmazon Checkout Sandbox failing to Process Order
    primarykey
    data
    text
    <p>My goal is to integrate our website with Amazon Checkout. We have already interfaced with both google and paypal apis with minor issues. However, with Amazon we have tried their provided PHP code and tried using create a button. With the PHP code in the sandbox we can get to finalizing the order, but then it gives an error saying Payment Failed your debit card was not charged. In the seller central it gives no information at all that anything ever happen.</p> <p>When trying to create a button with amazons tool, and changing the address to the sandbox address instead, it says you must send the payment to a verified e-mail address and account.</p> <p>The account has a credit card on it, verified bank account, tax information completed and verified e-mail. </p> <p>Has anyone else has similar issues with amazon? Is there an exciting non-amazon based project that has successfully interfaced with Amazon that can be used for a reference. Amazon's documentation is... lacking and all over the place.</p> <pre><code>&lt;form action="https://authorize.payments-sandbox.amazon.com/pba/paypipeline" method="POST"&gt; &lt;input type="image" src="https://authorize.payments-sandbox.amazon.com/pba/images/payNowButton.png" border="0"&gt; &lt;input type="hidden" name="accessKey" value="MERCHANT_KEY_REMOVED"&gt; &lt;input type="hidden" name="amount" value="USD 1.1"&gt; &lt;input type="hidden" name="description" value="Test of the Vidya Amazon Payment Alpha"&gt; &lt;input type="hidden" name="recipientEmail" value="MERCHANT_EMAIL_REMOVED"&gt; &lt;input type="hidden" name="signatureMethod" value="HmacSHA256"&gt; &lt;input type="hidden" name="referenceId" value="2"&gt; &lt;input type="hidden" name="immediateReturn" value="0"&gt; &lt;input type="hidden" name="returnUrl" value="http://yourwebsite.com/return.html"&gt; &lt;input type="hidden" name="abandonUrl" value="http://yourwebsite.com/cancel.html"&gt; &lt;input type="hidden" name="processImmediate" value="1"&gt; &lt;input type="hidden" name="ipnUrl" value="REMOVED"&gt; &lt;input type="hidden" name="cobrandingStyle" value="logo"&gt; &lt;input type="hidden" name="collectShippingAddress" value="0"&gt; &lt;input type="hidden" name="fixedMarketplaceFee" value="0.01"&gt; &lt;input type="hidden" name="variableMarketplaceFee" value="4"&gt; &lt;input type="hidden" name="signatureVersion" value="2"&gt; &lt;input type="hidden" name="signature" value="REMOVED"&gt; &lt;/form&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload