amazon-pay-api-sdk-php
amazon-pay-api-sdk-php copied to clipboard
Amazon Pay API SDK (PHP)
i am using this url for getting orders but having the empty orders response so what i do for this case how i can get data about orders please help...
Currently [phpseclib/phpseclib](https://github.com/phpseclib/phpseclib) is affected by [CVE-2023-49316](https://github.com/advisories/GHSA-jpr7-q523-hx25) They fixed it with release of [Version 3.0.34](https://github.com/phpseclib/phpseclib/releases/tag/3.0.34) 3 days ago. Please concern updating your requirements with the next version.
Hello, if `$key_spec = $this->config['private_key'];` on line 421 in https://github.com/amzn/amazon-pay-api-sdk-php/blob/2.2.5/Amazon/Pay/API/Client.php#L421 is empty, then an error is thrown on line 424 for `$contents = file_get_contents($key_spec);`: ``` main.CRITICAL: Warning: file_get_contents(): Filename cannot...
We want to implement the amazon payment checkout v2 in our flutter mobile app. We are blocked by the fact, that we need to render the checkout button with JS:...
As per #14, the 'new' Amazon Pay API apparently provides no way to retrieve the fee that was charged to process a given payment. This information was available via previous...
Hi. I am trying to create a new checkout session id at the end of my checkout process as described in: [https://amazonpaycheckoutintegrationguide.s3.amazonaws.com/amazon-pay-apb-checkout/add-the-amazon-pay-button.html](https://amazonpaycheckoutintegrationguide.s3.amazonaws.com/amazon-pay-apb-checkout/add-the-amazon-pay-button.html) It's not working. I get the following reason...
the use of echo Amazon\Pay\API\Client::SDK_VERSION; throws an Error under PHP 8.2 "Failed opening required 'ClientInterface.php'". It works if you change: require_once 'ClientInterface.php'; require_once 'HttpCurl.php'; To require_once __DIR__.'/ClientInterface.php'; require_once __DIR__.'/HttpCurl.php';
Hello, I'm using the this dependency for a amazonPay instant checkout option. Every now and then some of the payments fail with this particular error (as mentioned in the title)....
To download the **private key** two methods are recommended here: **Method 1:** Using the following keys on windows 10 creates ---BEGIN OPENSSH PRIVATE KEY --- file as mentioned in the...
Hi! I always get "The value '64615.90' provided for 'chargeAmount.Amount' is invalid" when try to checkout with JPY. If I manually set chargeAmount to an integer seems to work. Is...