Questions tagged [dwolla]

Dwolla allows anyone connected to the Internet to safely send and receive money. Dwolla's API enables developers to easily integrate money functionality into their applications, moving funds around in a RESTful breeze.

Dwolla

Using Dwolla's API starts with creating an application that's tied to a Dwolla account. Once set up, whether sending once-in-a-while payments or fully integrating with a specialized point of sale system, your Dwolla application will act as your identity to the end user & as a central point to graphically manage your application settings.

Dwolla's API can be integrated in 3 different flavors:

You can also build white label applications using Dwolla's v2 API:

Text from Dwolla's Developer Docs, used with permission

84 questions
0
votes
1 answer

How do I incorporate a java SDK in android application development?

I am trying to learn more about DWOLLA, using their sandbox. I am mainly interested in using their access API with an android APPLICATION. The Dwolla API Docs says, "Download and build the JARs to use this library. Maven is required to manage this…
0
votes
1 answer

Dwolla API: Having trouble w/ Creating a Funding Source (Traditional Account)

I'm new to the Dwolla API and am trying to get some basic functionality working in my company's application. We are currently using the co-branded solution (Account). I am able to authenticate using the oauth interface successfully, and subsequently…
bansh33
  • 1
  • 2
0
votes
2 answers

How do you hook up Dwolla or Stripe API to accept ACH deposits on website?

I am trying to hook up Dwolla or Stripe API to accept ACH deposits on my website and am having trouble going through the instructions on API connections. What programming language do you need to be able to do this?
Tylaw38
  • 65
  • 1
  • 2
  • 10
0
votes
0 answers

How to transfer money from user to merchant/admin account using Dwolla ACH api?

I am creating a script for tansfer money from one bank account to another bank using dwolla ACH API. My code is working fine when i am trying to transfer money from admin funding source to user account but i am getting issue when i send money user…
Addy
  • 998
  • 4
  • 12
  • 36
0
votes
1 answer

Node.js Dwolla passportjs error "failed to fetch user profile"

"failed to fetch user profile" error. I pasted the code into my application and receive the error mentioned above. I'm somewhat familiar with passportjs as I have used it successfully in the past but cannot debug this issue. I am being redirected to…
0
votes
1 answer

Get status API for masspay does not return row data while request is in pending status

I use Dwolla masspay API to submit a payment request with a user_job_id. Upon request submission, I call API (https://masspay.dwollalabs.com/api/status/) to get job details by user_job_id. I hope I can get the transaction IDs from the row data and…
0
votes
1 answer

Dwolla API: can it do vaulting, and recurring billing driven by Web application instead of by Dwolla recurring payments

I am currently building a hosted Billing CRM System in code ignitor. Dwolla's low fee structure is highly appealing to me as a business owner, and may appeal to my customers as well, but I can't find supporting api documentation to confirm that it…
0
votes
1 answer

Dwolla account Integration with ruby on rails

can anyone please help me out here.I am new to ROR. Can anyone please tell me how to implement dwolla in ruby on rails 3.0.1. I am actually not getting any help from anywhere. Thanks in advance...
Pinasis
  • 33
  • 7
0
votes
1 answer

"The user to send to could not be found" when using API, using an e-mail identifier

for example this query: curl -H "Content-Type: application/json" \ -d '{"oauth_token": "...","pin": "....","destinationId": "reflector@dwolla.com","amount":"0.5","fundsSource":"..."}' \ https://www.dwolla.com/oauth/rest/transactions/send returns…
0
votes
1 answer

Dwolla Php Checkout

I want to accept Dwolla payments on my site. I'm using Php and currently getting the error message "Error: Access token is empty.". Not sure what I'm doing wrong. Send the users to Dwolla to login. $apiKey = "mykey"; $apiSecret = "mysecret"; $Dwolla…
user2027231
  • 169
  • 2
  • 19
0
votes
1 answer

passing the state parameters through the OAuth flow

We have a multi-tenant application (AccountingSuite.com) and we want to have a Connect to Dwolla button in the application. The button will…
0
votes
3 answers

Passing Values of Spans to php with AJAX

thanks for taking the time. I'm working on building a visual shopping cart into multiple pages of a parallax site. Because each 'page' of the parallax forces open and close a form, I cannot use a continuous form. To remedy this, I am using jquery…
johngrefe
  • 1
  • 2
0
votes
1 answer

Dwolla Two Phase Commit

For those that develop applications using Dwolla to conduct business transactions, how do you perform two phase commits? Dwolla appears to have a wonderful REST API, but given that REST is conceptually stateless how have others updated their…
butallmj
  • 1,531
  • 4
  • 14
  • 21
0
votes
1 answer

RegisterUser() Dwolla API method and user phone number

I can't figure out why I can use RegisterUser() on my site only to have to re-enter some of the information when I go to Dwolla.com. I think it has to do with not entering a valid phone number when using RegisterUser() but I didn't get any errors…
tim peterson
  • 23,653
  • 59
  • 177
  • 299
0
votes
1 answer

Dwolla MassPay get data for each user?

Its not clear from Dwolla's API if there is a way to get info for each user's failed vs. succeeded payment using Dwolla's MassPayCreate() or MassPayDetails() API calls? Both API calls seem to report the aggregated data which seems confusing because…
tim peterson
  • 23,653
  • 59
  • 177
  • 299