dwolla-v2-ruby icon indicating copy to clipboard operation
dwolla-v2-ruby copied to clipboard

Official Ruby Wrapper for Dwolla's API v2

Results 6 dwolla-v2-ruby issues
Sort by recently updated
recently updated
newest added

Are there any examples of rspec testing with responses and errors?(using webmock of course)

According to the documentation (https://docs.dwolla.com/#list-and-search-customers), you can stack statuses for a unique query (such as getting all suspended and unverified customers). However when I use the dwolla gem, instead of...

One thing I've been thinking about is how there should be an easier way to access the responses of `links`. Example ```ruby DWOLLA_CLIENT = DwollaV2::Client.new(params) funding_sources_link = DWOLLA_CLIENT .get('customers', limit:...

If I want to create custom middleware say for parsing Dwolla responses, I can but the way the following is structured I have to specify not just the default adapter...

I've been working with the library since beginning of last week to learn how to implement our system at work with Dwolla to cover all our cases. Everything has gone...

Update version in download script