dwolla_v2
is available on RubyGems with source code available on our GitHub page. More information is available on the project's README.
gem install dwolla_v2
Let's list some Customer
objects:
require 'dwolla_v2'
# Navigate to https://dashboard.dwolla.com/applications (production) or https://dashboard-sandbox.dwolla.com/applications (Sandbox) for your application key and secret.
app_key = "..."
app_secret = "..."
$dwolla = DwollaV2::Client.new(key: app_key, secret: app_secret) do |config|
config.environment = :sandbox # optional - defaults to production
end
# create an application token
app_token = $dwolla.auths.client
customers = app_token.get "customers", limit: 10
All funds transfers made using the Dwolla Platform are performed by a financial institution partner, and any funds held in a Dwolla Balance are held by a financial institution partner. Learn more about our financial institution partners.