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

Amazon Pay Authorization Reference ID

I integrated amazon pay into my website and i followed the instructions from Amazon Pay SDK Simple Checkout. Its all working so far, but in the last step the code example shows that i need an authorization reference id. namespace…
Mikaelik
  • 355
  • 3
  • 4
  • 12
2
votes
0 answers

Amazon pay sandbox redirection url updation

Using test buyer account created from amazon pay sandbox to test from local. The redirection url given earlier was'http://localhost/xxxxx'. Modified it later into http://localhost/yyyy' and added in the list of return url for the registered…
user40991
  • 173
  • 1
  • 3
  • 11
2
votes
2 answers

How Amazon-Pay-IPN signature verification differ from AWS-SNS signature verification?

I am new to aws-services and amazon-pay-services. I am trying to add Instant payment notification(IPN) for amazon-pay service. I was going through IPN-doc, It's mentioned that We need to verify the signature of IPN-body similar to…
Amit
  • 861
  • 1
  • 9
  • 18
2
votes
0 answers

Validating returned signature sent by Amazon Payment Express

I've made a successful payments with Amazon Login and Pay Express (based on the demo here: https://github.com/amzn/pay-with-amazon-express-demo/tree/master/php). However, when the user successfully makes a purchase they're redirected back to my site…
Vikash Kumar
  • 1,091
  • 9
  • 16
2
votes
3 answers

Pay with Amazon behaving async

I have integrated Pay with Amazon with my web app, but I have determined that capturing funds only works when I step through the code debugging, and does not happen if I don't have a break-point. To me, this indicates that a pause is necessary. I am…
Dan
  • 660
  • 6
  • 15
2
votes
2 answers

Android: Can I have my app that uses AmazonSDK in-app payments published on the Android Market or do I have to use Amazon's App Store?

Long title but can I still use the Android AmazonSDK even thouugh my app is published on Google Play and not on Amazon's App store? I am reading from this page "Only apps that have been approved and published through the Distribution Portal can…
Georgi Angelov
  • 4,338
  • 12
  • 67
  • 96
2
votes
1 answer

Amazon checkout payment button integration

i am integrated amazon checkout payment button code is given below.
binil
  • 41
  • 1
  • 2
  • 6
1
vote
1 answer

Amazon Pay Charge ID Always Showing Nil

I am in the process of integrating Amazon Pay into my website, and I have encountered a persistent issue regarding the charge ID. Despite my efforts, the charge ID consistently appears empty whenever I attempt to run the integration process. To…
Black Hawk
  • 11
  • 2
1
vote
0 answers

How to implement Amazon Pay Guest Checkout?

I'm creating a spring boot project to implement amazon pay. I could implement the General flow(below my html) but couldn't find any code to implement the guess checkout flow.
Sahan
  • 213
  • 1
  • 2
  • 8
1
vote
0 answers

Invoking AmazonPay and Bhim app from my App using deeplink for iOS

Deeplink is working fine in iOS with all other apps other than amazonpay as well as Bhim app. amazonToAlipay://pay BHIM://pay But it is not redirecting though I have amazon as well as bhim app. Can you suggest me which deeplink used for this 2…
1
vote
0 answers

Adding CSS to Shadow-root created by a third party module

I'm working on a Magento2 website and I've installed an Amazon pay module that has created a few extra buttons on the checkout page (default Luma theme). Most of these new elements are fine when it comes to overriding their CSS. However the plugin…
1
vote
0 answers

unable to instantiate Amazon Pay java sdk in ColdFusion

I'm working on implementing Amazon Pay, and instead of converting one of the SDKs to CF, figured I would just use the java sdk - but, I haven't ever worked with anything that is not part of the java core install. Any ideas why…
MikeG
  • 107
  • 1
  • 8
1
vote
0 answers

Not able to complete a transaction with Amazon Pay in PHP

I'm struggling to complete a Amazon Pay transaction in PHP. First of all I followed this guide https://developer.amazon.com/de/docs/amazon-pay-checkout/get-set-up-for-integration.html and implemented version 2 of Amazon Pay. For implementation I…
omegon
  • 23
  • 2
1
vote
1 answer

Amazon pay button not rendering in MVC application

I am trying to integrate amazon pay payment gateway to my MVC application using https://github.com/amzn/amazon-pay-api-sdk-dotnet .I could do the server side coding successfully by following the steps provided however paybutton is not rendering…
ebk
  • 305
  • 8
  • 20
1
vote
1 answer

Unsupported private key format amazon pay

I have been trying to integrate amazon pay with my mvc application using amazon sdk for .net. i followed the steps mention here. I am able to create the client using the private key and public key created in the seller account. using…
ebk
  • 305
  • 8
  • 20