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
1
vote
1 answer

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 Fee 1', 1.05, 'Test…
Adam York
  • 51
  • 6
1
vote
2 answers

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, valid signature, checkout id etc.. when in test…
Adam York
  • 51
  • 6
1
vote
1 answer

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 both account types so I can't provide code, but…
tim peterson
  • 23,653
  • 59
  • 177
  • 299
1
vote
1 answer

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 purgatory while the user waits on their bank to sync…
tim peterson
  • 23,653
  • 59
  • 177
  • 299
1
vote
0 answers

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 Gateway one can keep the user on the merchant's site…
tim peterson
  • 23,653
  • 59
  • 177
  • 299
1
vote
2 answers

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 Dwolla?
Bob Hope
  • 11
  • 1
1
vote
1 answer

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 help in providing markers and sample code to…
1
vote
1 answer

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 me nothing to go off of. Here is the code: public…
Justin
  • 17,670
  • 38
  • 132
  • 201
1
vote
2 answers

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 ability to transfer money from merchant to…
0
votes
1 answer

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", "Secret":"Fake_Secret", "PurchaseOrder":{ …
Brett T
  • 81
  • 1
  • 6
0
votes
1 answer

Dwolla : InvalidTokenType : The requested endpoint requires an account token

Now I am switching to production. And getting “InvalidTokenType : The requested endpoint requires an account token” error while creating new customer. 'getDwollaAccount' : function(userId) { var dwollaCredentials = getDwollaCreden(); const…
Rashmi
  • 565
  • 2
  • 7
  • 29
0
votes
1 answer

Meteor-Dwolla Bulk create customer accounts

Requirement here is I wants to add number of customers on dwolla in one shot. By running dwolla create customer in loop. But things is some customer addition is failing with error, Error: {“code”:“ServerError”,“message”:“A server error occurred.…
Rashmi
  • 565
  • 2
  • 7
  • 29
0
votes
1 answer

Plaid Link Dwolla Integration

I'd like to integrate Plaid Link with Dwolla and get a processor token in return, but am having a lot of trouble. I've had no problem integrating Plaid Link + Stripe in Node, but have had a heck of a time integrating it with Dwolla. In Node, you…
Allison Schambers
  • 321
  • 1
  • 5
  • 12
0
votes
1 answer

Use Dwolla for peer to peer money transfer in ionic 1 app

I'm building an ionic app, which requires transferring money from one user to other. And each transaction will probably be somewhere between 500$-1000$ I looked up some online money transferring services like Paypal, Stripe etc, and they have great…
0
votes
1 answer

Trying to get an Access Token from Dwolla restful api

Im having trouble getting an access token for the sandbox environment. Im following this guide for authenticating: OAuth So when i create my request, following this guide, i get the following response from the…
user3712476
  • 118
  • 1
  • 11