Hello,
I have a Dwolla sandbox account. I am able to open Dwolla widget to add bank account of customer to receive money. But I see only USA banks in the widget. How can I see list of Indian Banks in the list? Do I have to pass some parameter for this? Please help. Here is my code:
dwolla.configure('sandbox');
dwolla.iav.start(iavToken, {
container: 'iavContainer',
stylesheets: [
'https://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext'
],
microDeposits: 'true',
fallbackToMicroDeposits: 'true',
backButton: 'true',
}, function(err, res) {
console.log('Error: ' + JSON.stringify(err) + ' -- Response: ' + JSON.stringify(res));
});