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
2
votes
1 answer

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 message: https://…
1
vote
1 answer

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 something like…
galets
  • 17,802
  • 19
  • 72
  • 101
1
vote
1 answer

Plaid identity - sandbox

Has anyone been able to use plaid identity in sandbox? I would like to use plaid identity to help provide info to get a customer verified using dwolla. I keep getting this error message Error Type : INVALID_INPUT Error Code : INVALID_PRODUCT …
Michael Lee
  • 458
  • 1
  • 8
  • 18
1
vote
1 answer

Invalid source path /_links/source/href - Django

I have a Dwolla api request I am trying to send and I am getting a path invalid path error that I cant figure out. SO the main error is coming from the request body even though I made sure it is similar to the api docs example with the replacement…
Omar Jandali
  • 814
  • 3
  • 20
  • 52
1
vote
0 answers

Get access token for ios Dwolla payment sdk

I am working on Dwolla payment gateway integration. I have created one sandbox user and created one application and got Client key and secret both. Now if i am generating access token from sandbox account and using it(access token) in my iOS…
Niharika
  • 1,188
  • 15
  • 37
1
vote
1 answer

How to integrate dwolla payment API

I am trying to integrate a dwolla payment API in my site code. What I have tried is given below.....output is empty please check the code...and help me or give me sample code to dwolla API integration. $post_url =…
Vishnu jith
  • 83
  • 1
  • 9
1
vote
0 answers

Why won't my Dwolla button appear on my ASPX page?

I have a VB ASP.NET web application and I'm trying to utilize Dwolla. Dwolla helpfully does not have any VB code to share on how to accomplish this, so I've done the best I can to make this work. I have a test HTML page with a script tag in it…
campionc79
  • 11
  • 3
1
vote
1 answer

Can I generate custom Dwolla buttons for each of my users with just their Dwolla ID and my Application Key

So my web application will have users, and each user has customers. Each customer has their own customer page where they can see and pay the user any remaining balance on their account. I want to create "Pay Now" buttons that link to the user's…
Ryan
  • 9,340
  • 5
  • 39
  • 42
1
vote
1 answer

Phone Number, Validation, and Dwolla

I'm integrating Dwolla into my website/app. I want to pay users from my bank account programatically for writing content on my site. If I understand correctly, if users give me their phone number or email address, I can use the send() method and…
Kev
  • 62
  • 1
  • 6
1
vote
2 answers

Is there a way to get the user-preference Time Zone value from the Dwolla API?

The Dwolla transaction "Date" field apparently uses this value for generating a timestamp, but I don't see any way to get the "Time Zone" preference from the API? Zooming out, I'm trying to get the definitive/comparable date for a transaction, but I…
Kevin Collins
  • 81
  • 1
  • 6
1
vote
1 answer

Using C# to call Dwolla Off-Site Gateway / Submit Directly

I am attempting to utilize Dwolla's Off-Site Gateway via the "Submit Directly" workflow (https://developers.dwolla.com/dev/pages/gateway#submit-directly) into my custom ASPX/C#-based website. I have been able to successfully add a Dwolla button to…
1
vote
1 answer

What is the different between Dwolla API Key, Client_id & Client_Secret?

How to work with Dwolla API which required Client_id & Client_Secret https://www.dwolla.com/oauth/rest/users/{account_identifier}?client_id={client_id}&client_secret={client_secret} I already register Application. And Got Key and Secret But when I…
Shubhajyoti Ghosh
  • 1,292
  • 5
  • 27
  • 45
1
vote
1 answer

How to use DWOLL's API in iphone application?

I have created an application where there is online payment option for the users and for this i want to use DWOLLA's API.I am not able to find any reference for integrating DWOLLA's API. Please suggest me any sample code for iphone.
Ujjwal
  • 189
  • 2
  • 11
1
vote
1 answer

Dwolla masspay: Parse error

I'm receiving an error when posting to the masspay API: curl -X POST -H "Content-Type: application/json" -d '{"oauth_token":"", "pin":1234, "email":"", "filedata":"", "test":"true"}' https://masspay.dwollalabs.com/api/create/ receives: TypeError:…
kayakyakr
  • 403
  • 5
  • 5
1
vote
1 answer

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 in my system, nor do I have any way to tell when…
PrplHaz4
  • 412
  • 2
  • 11