Questions tagged [amazon-pay]

Amazon Pay is a payment and checkout solution for third-party websites and applications. It provides front-end elements for presenting address and payment information stored in the Amazon account, and a back-end API to issue operations such as authorizing or capturing a payment. Use this tag for questions on how to integrate Amazon Pay. Business questions such as "Where can I download my Settlement Reports" should not be posted here.

Amazon Pay is a payment and checkout solution for third-party websites and applications. It provides front-end elements for presenting address and payment information stored in the Amazon account, and a back-end API to issue operations such as authorizing or capturing a payment.

Please use this tag for questions on how to integrate Amazon Pay. Business questions such as "Where can I download my Settlement Reports" should not be posted here. There is a "Merchant Support" available for such questions, that can be directly contacted at the Amazon Pay website.

If you are using Amazon Pay on a eCommerce platform such as Magento, please refer to the related platform forums (such as Magento Stack Exchange).

Useful developer links

108 questions
1
vote
1 answer

How to change amount order from Amazon Pay after authorized?

I have the specified case with Amazon Pay. After authorized success, I want to change the original amount of order. Example: I create an order with amount is 2000$ to Amazon Pay. I want to change amount from 2000$ to 3000$. I can't find any APIs…
rocky
  • 329
  • 4
  • 9
  • 21
1
vote
1 answer

Unable to find amazon pay permission for my alexa skill in alexa web console

I have created a alexa skill and also enabled amazon pay in the skill. When my colleague from USA tries to purchase the product from skill, he is allowed to use amazon pay. he just have to enable permission of amazon pay in alexa web console.…
VishalPandita
  • 700
  • 2
  • 10
  • 25
1
vote
0 answers

Amazon Android SDK for integrating Amazon Pay in Android?

I was interested in integrating Amazon Pay as an option for the users in India to pay but was unable to find any proper documentation regarding it. Instead, I found the following Note by Amazon: Note: The Amazon Pay and Login with Amazon services…
binaryKarmic
  • 978
  • 7
  • 22
1
vote
1 answer

List all transactions within specified timeframe with Amazon Pay API

I have searched the documentation of the Amazon Pay API, however couldn't find a function that would allow retrieving all transactions within a specified time frame. PayPal, however, does provide such a function with it's API. This is why I am…
Chris
  • 1,316
  • 2
  • 13
  • 20
1
vote
1 answer

Amazon Pay - Cross-Origin Request Blocked

I have seen and read many posts on Cross-Origin Request Blocked but none of them make much sense to me. I am integrating Amazon Pay into a Sitecore/MVC site and all was going well. However on the page I am rendering the button I have started to see…
Fred
  • 5,663
  • 4
  • 45
  • 74
1
vote
1 answer

Amazon Payments Custom Integration set Seller Order ID

I have implemented the Custom Integration for "Pay With Amazon" (https://payments.amazon.com/documentation/express/201747030) on PHP. I want to set the seller order id in the end of the checkout flow. The flow is the following User clicks the "Pay…
jorjdaniel
  • 675
  • 5
  • 11
1
vote
1 answer

GA Event Tracking on Amazon button

We cannot control the code of Amazon button because Amazon Generated it themselves. My question it can I do it externally like this? $j(#OffAmazonPaymentsWidgets0).click({ _gaq.push(['_trackEvent', 'Category', 'Action', 'Extra Label if you…
Cian
  • 27
  • 3
1
vote
1 answer

Proper syntax for parameters in VB function call

I have developed in the past in VB.net and I simply can't figure out how to properly call this function and how to get the response so I can display it on a web page response. I translated the example c# code to VB. Here is my code behind for an…
1
vote
1 answer

Pay with Amazon, Not displaying the GetOrderReferenceDetails();

I am missing something, but I can't figure out what. I am implementing the Pay with Amazon on my website and have followed their implementation guide step by step, but I am still having issues. I have get the address and wallet widget to render,…
Jose M.
  • 2,242
  • 8
  • 44
  • 66
1
vote
1 answer

payment module not working in magento

I have a magento store, and it's payment module is not working. I can add my shipping method, but after submitting shipping method, it won't proceed to payment mode, I have enabled cash on delivery. and I have an amazon payment extension also.…
hakkim
  • 666
  • 15
  • 36
1
vote
1 answer

Magento + Amazon Payments and Fulfilment - How to handle Prime Customers

Using Magento CE and will be integrating both Amazon Payments for checkout and Amazon Fullfilment. Amazon provides their 'Pay with Amazon' Magento extension, and there are a few extension out there for fullfilment (including inventory sync). What…
Dave Bar
  • 75
  • 1
  • 1
  • 6
1
vote
1 answer

AuthFailure AWS was not able to authenticate the request: access credentials are missing

I'm trying to submit the Pay step in an Amazon Flexible Payments request... I get the following error AuthFailure AWS was not able to authenticate the request: access credentials are missing However, I believe I am following the instructions to…
metalaureate
  • 7,572
  • 9
  • 54
  • 93
1
vote
1 answer

How to sign Amazon Simple Pay button in node.js / Javascript

I've spent the past 6 hours trying to follow Amazon's instructions for signing a Simple Pay button form in node.js. I can't get it to the accept the sig and I've tried every permutation of the confusing instructions. Can anyone help me out of my…
metalaureate
  • 7,572
  • 9
  • 54
  • 93
1
vote
1 answer

Is there any Person to Person payment service I can integrate into my marketplace, whereby I can also take a percentage for myself?

I think PayPal does something like this with Adaptive Payments. Is there anything else? I have a freelance marketplace and I'd like to allow the employer to send payments to all his workers in one swoop. I'd also like to receive a percentage.
0
votes
2 answers

Amazon in-app-purchases how to test payments

I am working with Amazon In-app-purchases for Android on flash using native extentions. So, I have implemented purchase flow in sandbox ( I was using their file InAppSDK-SandboxData.json for debug). But now, I have an amazon account. I have created…
yozhik
  • 4,644
  • 14
  • 65
  • 98