Hello
So we have to integrate Dwolla in our application with following use case Users of our app can send money to each other.
The flow will be as follows
-
User creates and account on our app and we will create a verified user on Dwolla. Using API Dwolla API docs
-
Then user will link his bank account using Dwolla’s web view Instant Account Verification (IAV) Using Transfer between users - Attach a verified funding source | Dwolla API Documentation
-
Now for sending transfer we have 3 possible ways
3.1 Send directly form user A’s bank account to user B’s bank account using Transfer between users - Create a transfer | Dwolla API Documentation
3.2 User A first funds his wallet (dwolla wallet) from his linked funding source and then sends Money to user B’s wallet (which is instant)
3.3 User A directly funds user B’s wallet from his funding source
For for 3.2 & 3.3 possible way I didn’t find any API on how to
- Create wallet
- How to fund wallet
- How to transfer funds between wallet
- How to take payout in linked bank account from wallet
Can you please guide us through these documentations?