Version Questions

0 views
Skip to first unread message

Scott Sikora

unread,
Jan 11, 2010, 7:36:02 PM1/11/10
to Remit
Hello,

It seems that there are two version of the Amazon FPS API (http://
developer.amazonwebservices.com/connect/kbcategory.jspa?
categoryID=277)
-- API Version 2007-01-08
-- API Version 2008-09-17

Two questions:

1) Does Remit support the newer API? The primary difference, it
seems, is the the simplification of some calls, including the
avoidance of having to call InstallPaymentInstruction

2) Does Remit support V2 signatures? (http://
developer.amazonwebservices.com/connect/kbcategory.jspa?
categoryID=302)

Thanks,
Scott

Bruz

unread,
Jan 12, 2010, 12:32:52 PM1/12/10
to Remit
Looking in the remit source (http://github.com/tylerhunt/remit/blob/
master/lib/remit.rb), it appears to use the older 2007-01-08 version
of the API:

87: API_VERSION = Date.new(2007, 1, 8).to_s.freeze

It also appears that it is using signature version 1:

88: SIGNATURE_VERSION = 1.freeze

-Bruz

Tyler Hunt

unread,
Jan 12, 2010, 12:40:53 PM1/12/10
to re...@googlegroups.com
On Jan 12, 2010, at 12:32 PM, Bruz wrote:

> Looking in the remit source (http://github.com/tylerhunt/remit/blob/
> master/lib/remit.rb), it appears to use the older 2007-01-08 version
> of the API:
>
> 87: API_VERSION = Date.new(2007, 1, 8).to_s.freeze
>
> It also appears that it is using signature version 1:
>
> 88: SIGNATURE_VERSION = 1.freeze

There have been some patches to update Remit to use the newer API version that I'm going to try to get merged in this week. I don't think I've seen any for a newer signature version, however.

Tyler

tom_302

unread,
Feb 18, 2010, 6:21:49 PM2/18/10
to Remit
I believe the SIGNATURE_VERSION is now 2, according to the following
doc:

http://docs.amazonwebservices.com/AmazonFPS/2008-09-17/FPSAdvancedGuide/sig-2-faq.html

Reply all
Reply to author
Forward
0 new messages