Hello Team,
I am using Dwolla swagger in Ruby project
The problem i am is . I have setup this code in config/dwolla_swagger.rb
but did not understand how to get the access_token which i have to
provide in this code. Also i have created a sandbox account on dwolla
from where i only get client secret and client key but no access_token.
DwollaSwagger::Swagger.configure do |config|
config.access_token = 'a token’
config.host = 'api-uat.dwolla.com’
config.base_path = '/'
end
Please look into the issue
Thanks,
Naman