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
5
votes
1 answer

Orders do not exist in Magento 2 but customer payments successfully captured with assigned order numbers

Platform M2.3.4 Date: 29-Apr-2020 Situation: There was a configuration error in Redis & Varnish settings that caused checkout issues making the checkout time much longer than expected for users due to excessive memory overload on checkout…
Cyphas
  • 51
  • 3
3
votes
3 answers

How to authorize amazon pay request to "get checkout session"?

I've been trying to integrate Amazon pay as a payment method for customers on my website but am running into issues with some of what's detailed in the documentation. I'm hoping to better understand the request headers that are to be associated with…
Digglit
  • 576
  • 1
  • 4
  • 11
3
votes
1 answer

VueJS and AmazonPayButton javascript errors

I'm trying to use AmazonPay in my VueJS app. I was able to get the javascript to load, but I'm getting an error when I try to display the button. It seems like there would be plenty of examples of AmazonPay out there, but nothing for VueJS. Here is…
jeffgus
  • 61
  • 4
3
votes
2 answers

Getting "AccessDenied" error on amazon pay after success logged in authorized on amazon account

I have implemented PHP SDK for amazon pay and currently I am facing one error, When I click on amazon pay button then one popup will be open for asking login credentials for amazon and after logged in successfully then it will redirect to Address…
Ketan Talaviya
  • 121
  • 1
  • 7
3
votes
1 answer

How to test declination of Amazon Payments authorization?

When authorizing an order on Amazon Payments, the authorization status may come back as Declined with InvalidPaymentMethod as the reason, if the customer has to login to Amazon Payments and change payment method. How to force Amazon to reproduce…
Michael Czolko
  • 2,698
  • 2
  • 15
  • 25
3
votes
2 answers

Amazon Payments: Successful auth, fails on wallet display

I'm trying to integrate Amazon Payments (Payment only, not login with Amazon) into my site. I can successfully display the authentication form for the payment:
@{ var callbackurl =…
Mike Marshall
  • 7,788
  • 4
  • 39
  • 63
2
votes
2 answers

Amazon Flexible Payments Exception: Caller Input Exception: Invalid Signature

I am trying to work with the PHP API for Amazon's Flexible Payments. Here is my PHP snippet to send a payment request:
Genadinik
  • 18,153
  • 63
  • 185
  • 284
2
votes
1 answer

Accessing Amazon Pay Transaction Report via API

I am currently trying to create a report of all amazon pay transactions. All data I need is included the "Amazon Pay Transaction Reports" which can be generated for a desired time period in the sellercentral interface. The report can then be…
Charlotte
  • 21
  • 3
2
votes
1 answer

Amazon Pay: Complete Checkout Session is successful but not confirming transaction

For my Amazon Pay integration with the NodeJs SDK, everything seems to be working great until I get to completeCheckoutSession. When I call completeCheckoutSession, the call is successful and appears to work, but I never receive a confirmation email…
Digglit
  • 576
  • 1
  • 4
  • 11
2
votes
1 answer

Amazon pay integration without button widget(redirecting from server side)

I am trying to integrate amazon payment gateway with my .net core project. I am wondering if there is a way to redirect the user by forming a url with required query params rather than triggering the payment from the amazon button click. But…
ebk
  • 305
  • 8
  • 20
2
votes
2 answers

Amazon Pay SDK CompleteCheckoutSession Error

I'm integrating Amazon pay with my website, using the v2 c# SDK from amazon (MVC App), in the sandbox. Setup is all good, I created the keys, return urls, etc. In my checkout process, I create the CheckoutSession, which is successful. I click on the…
LarryBud
  • 990
  • 9
  • 20
2
votes
0 answers

Invalid signature on amazon v2

I have a problem on setting signature in this part of the guide (http://amazonpaycheckoutintegrationguide.s3.amazonaws.com/amazon-pay-checkout/set-payment-info.html). Here' my code:
Lorenzo Righi
  • 21
  • 1
  • 4
2
votes
0 answers

Amazon Pay Integration with React Native

Do anyone know any library or SDK to integrate Amazon-Pay with mobile app using React Native? I have tried this following example from medium but I think it is for ReactJS only. https://medium.com/@avremelk/amazonpay-react-js-f2c84931f82b
2
votes
1 answer

Amazon Pay - how to get authorization decline codes

Working through integration guide step 7 found here which states the codes will be found in the response when an authorization is declined So I'm just printing out the response to the console but all see is an Amazon payment response object? I…
JC23
  • 1,248
  • 4
  • 18
  • 28
2
votes
1 answer

How to Automate Capturing Against Billing Agreements for Amazon Pay?

I am working on integrating amazon pay for billing agreements. To my understanding amazon requires me to call their api, authorize, and capture each time I want to charge a buyer during the billing agreement. For instance, if a buyer has agreed to a…
1
2 3 4 5 6 7 8