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
0
votes
0 answers

PayFort Custom UI - FortRequest is null and btnPay throws UninitializedPropertyAccessException

I am trying to implement PayFort Custom UI in my Android application. I have a ScrollingActivity.java where I set up the request parameters and start the PayFortCustomUI activity. However, when I go to the PayFortCustomUI activity, the FortRequest…
Usama Altaf
  • 90
  • 1
  • 4
  • 23
0
votes
1 answer

Apple pay with amazon payment gateway how to get the token parameter

I'am trying to get all mandatory parameters required to make my request like apple_data,apple_signature,apple_header..etc how can i get these values
0
votes
1 answer

Amazon payment integeration in Laravel and Vue.js

I am facing issue in Amazon payment gateway while completing checkoutsession. Error which I am facing: status=422; response={"reasonCode":"InvalidCheckoutSessionStatus","message":"You tried to call an operation on a Checkout Session that is in a…
Sufyan
  • 1
  • 1
0
votes
1 answer

Amazon Pay Payload Signature generation

When using the examples from amazon pay integration- where does the generate payload signature php go and how does the value it returns get to the js code in the body? I know this sounds ridiculous but I haven't done any coding in a very very long…
0
votes
0 answers

Amazon pay redirection

I'm trying to integrate my website with amazon pay redirect as mentioned in the documentation in their website I follow the instuctions as follow: { "command":"AUTHORIZATION", "access_key": "xxxx", "merchant_id": "xxx", …
0
votes
1 answer

Issue with cache on custom chrome tab: Amazon pay

I am implementing amazon pay on android using web URL and facing this issue. I am using custom chrome tab and after one payment it start showing error "Please enable cookies to continue" I have tried to resolve this by using CookieManager [Usauly…
Harminder Singh
  • 316
  • 1
  • 11
0
votes
1 answer

The requested package amzn/amazon-pay-sdk-php 3.5.0 is satisfiable by amzn/amazon-pay-sdk-php[3.5.0] but these conflicirements or minimum-stability

I am trying to install Magento 2.3.3 with PHP 7.1.but when I try to install the composer, i get the error The requested package amzn/amazon-pay-sdk-php 3.5.0 is satisfiable by amzn/amazon-pay-sdk-php[3.5.0] but these conflict with your…
ashique
  • 935
  • 2
  • 8
  • 26
0
votes
1 answer

How to split incoming payments into two or more accounts? 2022 (Paypal or other platform?)

We are a team of completely junior developers and we'd like to know if there's a way to split incoming payments -equally- into different accounts, wether it's through Paypal or other platform. For example, we would send a link button to the client…
0
votes
1 answer

How to make Amazon Pay open in a popup window instead of refreshing?

What I am trying to do: I am trying to integrate Amazon Pay in my React-Express website following this documentation here. My Problem: Whenever someone clicks on Amazon Pay Checkout Button, it redirects (refreshes the current page) to the Amazon Pay…
YTGS
  • 167
  • 1
  • 12
0
votes
0 answers

how to open amazon pay using a deeplink?

i am working on a RN app, where i need to open open UPI apps for collecting money. PhonePe, Google Pay, Paytm work just fine, i am struggling with amazonpay. i have tried a few example mentioned below it opens amazon app but not amazon pay…
0
votes
1 answer

How to get chargePermissionId without capturing or generating chargeId in Amazon Pay Integration

I'm integrating Amazon Pay to my vue js storefront. While placing the order, Magento2 Amazon Pay module needs Session ID and a chargePermissionId to capture the amount. Whenever I authorize using Amazon API v2 Sandbox account, its capturing and…
TorNadO
  • 151
  • 1
  • 6
0
votes
1 answer

Amazon-pay-sdk-python CreateButtonSignature

I'm integrating amazon-pay-SDK-python for the web. I have done reading all documentation of amazon-pay, but I didn't get any idea about how to give or create a button signature in Frontend/backend code. Here is my code of frontend to create a button…
0
votes
0 answers

namespace and require_once amazonpay

i am trying to use amazonpay and encounter the following problem; when i if ($whatever) require_once("amazonpay_stuff.php") with content: namespace AmazonPay require_once "apay/config.php"; include 'apay/amazon-pay.phar'; and then in the same file…
Janus
  • 41
  • 3
0
votes
2 answers

Amazon pay Integration widget

Implementing amazon pay widget without address referring doc https://developer.amazon.com/docs/eu/amazon-pay-onetime/no-address-widget.html Replaced the clientid and sellerid with the registered application values from seller central, but getting…
user40991
  • 173
  • 1
  • 3
  • 11
0
votes
1 answer

Amazon Pay integration -Web

Would like to integrate the amazon pay in the application(US based). Already having paypal and pay by card option. When referred for amazon pay sandbox, it says to register in amazon pay first. The registration process is taken to amazon seller…
user40991
  • 173
  • 1
  • 3
  • 11