amazon-pay-sdk-samples icon indicating copy to clipboard operation
amazon-pay-sdk-samples copied to clipboard

Amazon Pay SDK Sample Code

Results 10 amazon-pay-sdk-samples issues
Sort by recently updated
recently updated
newest added

I'm stuck on amazon subscription issues with the amount and dates currently as in amazon it starts the subscription from current date default for 1 month. and also taking complete...

When I try to setBillingAgreementDetails after a recurring payment , I am getting this error - { "ErrorResponse": { "Error": { "Type": "Sender", "Code": "AccessDenied", "Message": "Access to OffAmazonPayments_Sandbox.ConfirmBillingAgreement is...

*Issue #, if available:* N/A *Description of changes:* Fixes a missing comma after `mws_secret_key='SECRET_KEY'` argument on the Python code on the "Amazon Pay Simple Checkout" page. gh-pages file: https://github.com/amzn/amazon-pay-sdk-samples/blob/86c3591f854df94d88eb3a07c3d7d661cf3ab3f6/set.html#L174 ```...

In a few weeks the amazon pay integration will need Strong Customer Authentification (SCA) to work. A code update is needed https://developer.amazon.com/de/docs/eu/amazon-pay-onetime/sca-upgrade.html?ld=APDELPADirect **Can you please provide an example code with...

Your JavaScript code example at https://amzn.github.io/amazon-pay-sdk-samples/set.html is incorrect. It doesn't pass the order reference id from the Address Book widget to the Wallet widget which could result in `PaymentPlanNotSet` error...

- Created full working Nodejs example, based on recurring payment Python example. HTML files rendered with Swig nodejs template engine. (closest to Python jinja template engine) - README for execution...

amazon payment getway make in android side plzz

https://github.com/amzn/amazon-pay-sdk-samples/blob/9186b26730bc1e6f30c6f04ee3a84b59d824c25e/code_generator/index.html#L482 This link should point at the Amzn repo.

I ran the demo for one time payments. The widgets are displayed correctly on the SetPaymentDetails.aspx page, but the live responses are not shown. I don't see that the MakeApiCallAndReturnJsonResponse...

I need simple error handling code for the follwing files (SampleCartDemo/OneTimePayments): ``` index.php SetPaymentDetails.php ConfirmPaymentAndAuthorize.php ``` e.g. here: ``` onError: function (error) { // something bad happened } ``` The...