Hello!
I’ve been following the “Transfer money between users” guide to integrate a P2P transfer functionality in my android application. So far, I’ve been able to add a verified/unverified customer and add an unverified funding source.
My next goal is to be able to add a verified funding source and the documentation mentions,
" Then, you’ll pass this single-use IAV token to the client-side of your application where it will be used in the JavaScript function dwolla.iav.start . This token will be used to authenticate the request asking Dwolla to render the IAV flow. Before calling this function you’ll want to include dwolla.js in the HEAD of your page."
Only issue is my client-side will not be able to do this because, as I mentioned above, my application is a Java/Android application. Therefore, I was wondering if there’s a way to verify a funding source entirely on server-side. Or if there’s any other way to make this work.
Please let me know if additional information is needed from my end.
Thanks!