Minimal example for amazon FPS using python and boto?

Question:

Someone could show me how can I use python’s boto library for an amazon FPS transaction on which I’m the caller and the recipient? Sadly this exelent documentation doesn’t mention

Asked By: jdinunzio

||

Answers:

While the examples there are pretty minimal, boto provides pretty excellent API documentation, and it looks like FPS is no exception. The fps sub-package has its own section.

Answered By: blinsay

You should have a look at the Amazon-FPS-specific code for django-merchant.

This code uses boto, and you can see examples of opening the fps connection, making a purchase, and making a credit. (Or you could just download and use django-merchant.)

Answered By: Mark Chackerian
Categories: questions Tags: , ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.