Advantages of Dwolla.js

The team surprised a few people last week with Dwolla.js, which makes integrating Dwolla's authorization service for bank accounts easy. As a developer, here is what the snippet looks like to take advantage of the new functionality. <head> <!-- Include dwolla.js on your page --> <script src="https://cdn.dwolla.com/1/dwolla.js"></script> </head> The 5 advantages that stick out most to me are: Time to get… Continue reading Advantages of Dwolla.js

Making Bank Transfers Easy

Dwolla's white label API is new and it has been a great product for us. I think that is because if you think about bank transfers in a very simplistic view there are 2 parts: Bank Authorization. This gives your application the proper authorization to credit and debit a bank account. Bank Transfer. These uses the proper… Continue reading Making Bank Transfers Easy