Questions tagged [amazon-fps]

Amazon Flexible Payments ServiceTM (Amazon FPS) is a payments service built on top of Amazon’s scalable payments infrastructure.It provides developers with a convenient way to charge Amazon’s customers.

26 questions
1
vote
1 answer

Amazon Checkout Sandbox failing to Process Order

My goal is to integrate our website with Amazon Checkout. We have already interfaced with both google and paypal apis with minor issues. However, with Amazon we have tried their provided PHP code and tried using create a button. With the PHP…
Case
  • 4,244
  • 5
  • 35
  • 53
1
vote
1 answer

Amazon FPS 400 Invalid Subscrption when Cancelling Valid Subscription

Thank you for taking the time to look at my question. I'm using django on an ubuntu box. I developed an 'upgrade account' feature for a client. The user clicks a button which then sends an api request to cancel their current subscription and…
hgolov
  • 650
  • 1
  • 11
  • 28
0
votes
1 answer

Amazon FPS how do I make items appear in the checkout?

How can I list the items the user has purchased on the amazon checkout screen? I'm checking items out from my store and using amazon just for payments, I do not checkout any amazon products. The checkout screen just shows this and the name of the…
floriank
  • 25,546
  • 9
  • 42
  • 66
0
votes
0 answers

Three part recurring payments

I have an idea whereby a user would sign up to my website, set up a monthly payment and distribute that payment between various organisations. So basically I take money from them and send it to the organisation on their behalf automatically every…
Becky
  • 348
  • 1
  • 6
  • 17
0
votes
1 answer

Invalid signature error when making an Amazon Flexible Payments request

I am working from these instructions in Amazon with PHP: http://docs.amazonwebservices.com/AmazonFPS/latest/FPSBasicGuide/APPNDX_GeneratingaSignature.html and here is how I make my signature: $string_to_sign =…
GeekedOut
  • 16,905
  • 37
  • 107
  • 185
0
votes
1 answer

Using Boto to connect to FPS to get account balance

I'm playing with boto and trying to get my account balance using FPS. I've exported the AWS access key and secret. $ env | grep AWS AWS_SECRET_ACCESS_KEY=xxxxxxxxxxxx AWS_ACCESS_KEY_ID=xxxxxxxxxxxx When I try to connect to ec2 and get all…
adele dazim
  • 527
  • 9
  • 20
0
votes
1 answer

How can a user cancel their Amazon FPS recurring token?

The Amazon FPS documentation says in several places that a customer can cancel their recurring payment token at any time from Amazon's UI, and that Amazon will then notify the application that the token has been cancelled. I'd like to test this. How…
Peeja
  • 13,683
  • 11
  • 58
  • 77
0
votes
1 answer

Amazon FPS Integration with ASP.NET

Apparently the Amazon Flexible Payments Service is similar to Google Checkout (which I have been able to implement). However I'm getting lost in the Amazon documentation. I have even downloaded the C# SDK and it's still not clear what I need to…
nfplee
  • 7,643
  • 12
  • 63
  • 124
0
votes
2 answers

Apple Review with external payment systems

We are using Amazon FPS payment gateway for purchasing goods through IOS app, now we need to upload it to apple review team and as this is production app, it is pointed to production/live Amazon FPS account so here I want to understand if apple…
PGU
  • 495
  • 6
  • 21
0
votes
1 answer

Coming Amazon FPS Changes

Per the notice sent by Amazon: "Amazon Payments has released important code updates to further strengthen the security and reliability of our products. These updates specifically address code written in ASP, Java and PHP" Does the above mean there…
theschmitzer
  • 12,190
  • 11
  • 41
  • 49
0
votes
1 answer

Amazon FPS CBUI Return Url Validation - PHP

I'm trying to run through the Amazon FPS quickstart guide for PHP and am having trouble verifying the return url provided by the CBUI. Here is the…
Nicholas Arehart
  • 135
  • 2
  • 13
1
2