remit icon indicating copy to clipboard operation
remit copied to clipboard

An API for using the Amazon Flexible Payment Service (FPS).

Results 4 remit issues
Sort by recently updated
recently updated
newest added

[ChargeFeeTo is currently required](https://github.com/tylerhunt/remit/blob/4daeaf60fdca96e6b503d02477ba8a8788ee15aa/lib/remit/operations/pay.rb#L9) in Remit, but [the Amazon docs say that the actual parameter is not required](http://docs.aws.amazon.com/AmazonFPS/latest/FPSAdvancedGuide/Pay.html). Maybe it used to be?

I have been struggling with this for an embarrassingly long time. Once I use a single use pipeline to reserve a payment, what do I do to get a URL...

when I am trying to run server it gives me the following error: "Could not find gem 'hpricot', required by 'remit', in any of the sources" Installed gems: 1)relax (0.0.7)...

In the README (https://github.com/tylerhunt/remit#readme) under the Getting Started heading there is some code that doesn't seem to work for me: ``` rails remit = Remit::API.new(ACCESS_KEY, SECRET_KEY, true) response = remit.get_tokens...