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.

learn more… | top users | synonyms

1
vote
1answer
10 views

How to identify when a dwolla transaction has cleared?

Right now I'm using a transaction status webhook to update my app when a payment changes status. The other day, my web server was down when the webhook was triggered, so the status was never updated ...
0
votes
1answer
14 views

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 ...
0
votes
1answer
22 views

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 ...
0
votes
1answer
34 views

Dwolla oauth access token in windows app

I am creating a windows 8 metro app but I am having trouble with getting the oauth2 access token. I can get the temporary code with this code just fine: Uri requestUri = new ...
1
vote
1answer
29 views

Dwolla guest checkout does not appear when allowFundingSources=True

When using Python for the Dwolla off-site gateway the guest checkout does not always appear as expected. (using reflector account and LIVE. When adding products as: Dwolla.add_gateway_product('A ...
1
vote
2answers
65 views

Dwolla reflector off-site test account and Payment Activity

Using the off-site test account (Dwolla Reflector), I am able to get a successful transaction indicated by status=Completed. I also get all of the expected results including an empty transactionid, ...
1
vote
1answer
26 views

Can Dwolla users have BOTH a non-profit and a for-profit fundingSource?

If so, are there additional API calls that need to be made from the one's listed in addFundingSource in order to have both under a single Dwolla account? At the moment I have no way of generating ...
0
votes
1answer
23 views

Combining Dwolla's guestSend and registerUser?

If I combine guestSend and registerUser into a single , will that user's bank account be immediately verified after that? Would this prevent me from having to call verifyFundingSource(), i.e., 3-5 ...
0
votes
1answer
27 views

Does Dwolla's payment button return an oAuth token?

Does Dwolla's payment button return an oAuth token which can be used such that the user never again has to redirect to Dwolla's website?
1
vote
1answer
71 views

Using Dwolla Payment Button when account isn't verfied

It is not clear to me from Dwolla's Payment Button API documentation what RESPONSE the user gets in using the Payment Button when their account is not yet verified. What happens during the 3-5 day ...
0
votes
1answer
29 views

Get oAuth token for Dwolla's Reflector/test account (Dwolla API)?

Can you get an oAuth token for Dwolla's "Reflector"/test account? It's not clear from the documentation.
0
votes
1answer
75 views

Dwolla Custom Payment Buttons: Where does the data go?

I'm currently integrating a Dwolla payment method hack on a Shopify store using a Dwolla button. The explanation of the hack is posted on the Shopify forums here: ...
0
votes
1answer
58 views

Where in my django app do I authenticate my users for dwolla?

I've never really worked with APIs, JSON, or OAUTH, and I'm trying to use Dwolla for payments in my website. Since I've never seen the process of authenticating users with oauth, I'm having a hard ...
0
votes
1answer
37 views

Is the OAuth Flow necessary to Register a User and Add a funding Source

What is the flow currently enabled by the API to register a user and add a funding source? As far as I can tell, it seems I would need to: Call "Register User" to create the account Follow the OAuth ...
0
votes
1answer
48 views

Dwolla payment button: Is the redirect after successful checkout prevented until callback/notification occurs?

The reason I'm asking this is b/c the page that gets showed to the user after successful purchase typically differs depending on whether or the purchase was actually made. So one typically MUST know ...
0
votes
0answers
46 views

Dwolla: is there a way to get another user's funding_id (a.k.a. source ID)?

My understanding is that the funding_id is Dwolla's identifier for a user's bank account. The reason having someone else's funding_id is important is b/c you wouldn't know whether this other user's ...
5
votes
2answers
1k views

How to do a Github pull request?

It had always bugged me that I didn't know how to contribute to other people's projects on Github, especially since I'd benefited so much from them. So today, I figured this out (it was much easier ...
0
votes
0answers
21 views

Is anyone else no longer getting dwolla X-Dwolla-Signature headers on webhooks?

My app on heroku was receiving the signature header fine last weekend, but this weekend it is not. When I simulate a webhook using curl to the same app, the header does come through.
1
vote
0answers
95 views

Can Dwolla's Payment Button be used without redirecting to Dwolla's website?

I'm confused on the distinction between Dwolla's "Payment Button" and their "Off-site Gateway". Is the goal of the Payment Button to redirect the user to Dwolla's site, whereas with the Off-site ...
0
votes
1answer
30 views

Dwolla API - Transactions/listing “ClearingDate”

I'd like some more clarity on this return value. What does the clearing date actually represent? Will this be absolutely accurate to bank statement deposit dates? I'm guessing this is actually the ...
2
votes
1answer
152 views

What happens when a Dwolla guest checkout finally clears or fails to clear?

When a guest checkout completes successfully, the redirect and webhook postback are both passed parameters indicating a successful checkout. However, what happens if the ACH fails to clear several ...
0
votes
1answer
84 views

Minimum amount using Dwolla payment button?

One question on using the payment button and facilitator fee: I set my facilitator fee at 2% and noticed then I was unable to charge less than $0.26 with the payment button. Am I "doing it wrong"? ...
1
vote
2answers
43 views

Dwolla - Linked Transactions or Duel Payments

Scenario - Want to have a customer purchase a product on our site with the payment going directly to the vendor and at the same time trigger a payment from the vendor to us. Can this be done with ...
1
vote
1answer
104 views

How to use Dwolla with ASP.NET?

I am trying to use new Dwolla payment method for the customers for my already built Ecommerce Site . Dwolla site doesn't provide sample code or directions to integrate it to ASP.NET . Can anybody ...
0
votes
1answer
119 views

Can I use Dwolla's guest checkout to simultaneously create a Dwolla account for the user?

Ideally the user wouldn't have to enter all their information a 2nd time if they decide to use Dwolla again. Does anyone know if this is possible?
0
votes
1answer
133 views

Generate a Dwolla access token using AJAX instead of redirecting to their webpage?

Looking at Dwolla's API documentation and trying the oauth.php example code (code shown below) on my site it is not clear to me if I can generate an access token without redirecting to Dwolla's page. ...
0
votes
1answer
84 views

Dwolla User Registration end point with Ruby Mechanize

I have a Ruby-On-Rails app that I'm trying to hookup to Dwolla using Mechanize agent = Mechanize.new agent.keep_alive = false agent.log = Logger.new $stderr agent.agent.http.debug_output = ...
0
votes
1answer
55 views

Dwolla transaction ids relationship

I just had a transaction that completed. The transaction Id was reported through the webhook as a an integer XXXX132. When I look at the Dwolla site of the recipient, on the receiving side the id is ...
0
votes
0answers
97 views

Dwolla checkout doesn't ask for funding source

I'm trying to setup a form that posts to https://www.dwolla.com/payment/pay to make a payment. I've already created a Dwolla account for the user at this point using the REST API, however I'm using ...
4
votes
2answers
194 views

Guest checkout using Pay Now button (dwolla)

I've looked through the documentation but cant find an example of how to set AllowFundingSources to "true" using the Pay Now button. Is Guest Checkout only for the server-to-server checkout? Is ...
2
votes
2answers
38 views

Can you cancel/invalidate a CheckoutId?

I am using the off-site gateway, and I am locking my shopping cart upon choosing Dwolla for payment, but if the user cancels, I want to be able to unlock the cart and not allow the user to use the ...
0
votes
1answer
62 views

Dwolla exchange code for access_token giving (500) internal server error

I'm on the final OAuth step for Dwolla, exchanging the code for the access_token, however it's giving me back a (500) internal server error and no error message, so I have nothing to go off of. My ...
0
votes
2answers
109 views

Dwolla OAuth giving Invalid Client Id

I'm trying to use the Dwolla OAuth feature, so I send the user to the following url: ...
1
vote
1answer
72 views

Dwolla API Register Error

I'm trying to get up and running with the Dwolla API however when I try to register a new user it returns back a 500 internal server error and no error message, which is frustrating because it gives ...
2
votes
1answer
161 views

How To Register New User Using Dwolla API

This started as a question, but in the process of posting this question, I solved it. So now, this is an FYI post... ========== At first, whenever I tried to post to this URL, I would get an error ...
1
vote
2answers
119 views

Does dwolla allow functionality for the merchant to disburse funds to customers?

I am working on a startup in which the merchant has to disburse funds to customers periodically, from time to time. Think of this as customer loyalty program, cashback etc. Does dwolla support the ...
0
votes
0answers
289 views

How to integrate Dwolla payment gateway with my website in PHP [closed]

I want to integrate my website with Dwolla payment gateway. I have tried but it is not as easy I thought. Can you help me from the beginning how to add Dwolla payment gateway? I have developed a ...
0
votes
1answer
38 views

Dwolla Transaction stats: Successful response includes null values

I am making the following URL request to Dwolla API Transaction Stats: https://www.dwolla.com/oauth/rest/transactions/stats?oauth_token=xxx&startDate=11-08-2012 00:00:00&types=money_received ...
2
votes
1answer
195 views

Does the Dwolla API Webhooks Notification send the wrong transaction id?

I think that the Dwolla API sends the wrong transaction ID in notifications. In a normal dwolla money transaction, two transaction IDs are created (this is weird to me, but that's how dwolla does it). ...
3
votes
1answer
67 views

Dwolla Balance Error 307

I'm using the official Dwolla PHP Library and trying: $balance = $Dwolla->balance(); if(!$balance) { echo "Error: {$Dwolla->getError()} \n"; } else { echo "Balance: $balance";} as referenced ...
0
votes
3answers
347 views

Recurring Payments API on Dwolla

Just running through the API to see if I can use Dwolla for web apps that require recursive billing - there is no API support for this, is there? Thanks!
0
votes
2answers
128 views

How to use Dwolla with Coldfusion?

Ok I have a website and have used credit card processing on it before. Here is a simple run down of how it runs: User Enters Page ----> User Fills out Form with Order Total ----> Submit ----> ...
0
votes
1answer
122 views

Invalid timestamp on Dwolla payment form

My form is currently like this: <form action="https://www.dwolla.com/payment/pay" method="POST" class="form-horizontal"> <input type="hidden" name="_csrf" value="[redacted]"> ...
1
vote
1answer
111 views

Change button attribute on click before link fires

I'm using the Dwolla platform with my site. I want to change the data-amount attribute of the button to the value in another text field on click. By the time the Dwolla site loads though, it prompts ...
0
votes
0answers
154 views

Django session KeyError after navigating and returning from a third party website

I am setting a session key and value and then navigating to a third party site..on return from third party site when I try to read the session key which I had set before, it fails and gives a ...
0
votes
1answer
156 views

Starting a Dwolla payment processor with Django: Do use an app or send POST, GET requests directly?

This is my first project dealing with payment processors. I am using Dwolla in my Django project. I have never dealt with payment processors, and I want to know where should I start. Do I need to ...
0
votes
1answer
117 views

Dwolla API - request money does not link with send money?

1) Your app request money from user via API 2) User receives an notification 3) User pays for request money via API but how does dwolla know that ok the user is paying for the requestmoney ...
0
votes
1answer
151 views

Invalid Total error with Dwolla Server to Server checkout method

I'm following the docs for Dwolla for the Server to Server method, and making a post request to the URL in the docs with the following json data in the body: { "Key":"Fake_Key", ...
0
votes
1answer
114 views

Dwolla Offsite Gateway API error

I am using Dwolla off-site Gateway API and i am getting an API error as "Total cannot be less than $1". But I pass the correct Total i.e. 131.56 in argument. Then why it give ?
2
votes
1answer
486 views

How to withdraw dollars from MtGox to dwolla?

I am trying to use the following API to withdraw dollars from MtGox to DWOLLA. The code I already implemented successfully handles authentication. From the write-up it seems to me that I need to post ...

1 2