Minimal example for amazon FPS using python and boto?

935 Views Asked by At

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

2

There are 2 best solutions below

0
On BEST ANSWER

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.

0
On

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.)