简体   繁体   中英

Minimal example for amazon FPS using python and boto?

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

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 .

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM