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
2 answers

Dwolla OAuth giving Invalid Client Id

I'm trying to use the Dwolla OAuth feature, so I send the user to the following…
Justin
  • 17,670
  • 38
  • 132
  • 201
0
votes
1 answer

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 and receiving this response…
0
votes
3 answers

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!
stopshinal
  • 1,891
  • 4
  • 16
  • 24
0
votes
2 answers

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 ----> Coldfusion goes out to Authorize.net to process card …
Amir
  • 4,211
  • 4
  • 23
  • 41
0
votes
1 answer

Invalid timestamp on Dwolla payment form

My form is currently like this:
Jonathan Ong
  • 19,927
  • 17
  • 79
  • 118
0
votes
1 answer

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 use it just like the API's of Github, Twitter, etc,…
user1434480
  • 69
  • 13
0
votes
1 answer

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 transaction or making a completely new payment? Send does…
001
  • 62,807
  • 94
  • 230
  • 350
-1
votes
1 answer

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

AttributeError: 'Processor' object has no attribute 'dwollaProcessorTokenCreate'

client = Client(client_id='XXXXXXX',secret='XXXXXX',public_key='XXXXXX', environment='sandbox') client.Processor.dwollaProcessorTokenCreate() Traceback (most recent call last): File "", line 1, in AttributeError:…
1 2 3 4 5
6