Dwolla doesn’t provide a library for their Dwolla.js client-side scripts. This component wraps their script and provides a React component for embedding their IAV flow -
Is this a legit package? I am little skeptical to use it since this is not officially supported by Dwolla. Does anyone have experience with it? Is there any alternative?
We are currently using this package on our application, and it works quite well. I would suggest taking a look at the source code… it’s less than 100 lines and only one file. If you are concerned about adding an unofficial dependency, just use this source code as a guide in writing your own implementation.
As a sidenote, for those using the IAV flow in a Cordova application, be sure to add <allow-navigation href="https://*.dwolla.com/*" /> to your config.xml or the iframe used in dwolla.js will not load. See here.