Hi
As per my understanding of your document ,correct me if Iam wrong somewhere.
I have created an application for US people where users login within my application and we create an dwolla account for them and Adding his bank account through IAV and they can transfer money between them(user to user and Bank to Bank transfer) and we collect the facilator fees from them.In order to do so i have followed the following steps.
I have created an account for my application and i get the client Id and client secret,by calling the application access token API i get the access token with this i can call API for Creating white label customer and for transfers money,
We have Choosed White Label Integration
Suppose i have two user in my application user A and user B
Following steps
1.create an verified customer account and a verified bank account for user A
2.create an unverified customer account and unverified bank account for user B
3.To transfer money from user-A(verified customer account with verified bank) to user -B(unverified account and unverified bank)
-we are calling transfer API that transfer Funds from user A bank account to user B bank account and our application collects the facilator fees.the facilator fees is deposited in the application account
4.we have webhooks subscription and we are notifying our user with this in case of money transfer
I have few question regarding this
1.is this the correct flow
2.How long it will take to transfer money from source bank account to destination bank account
3.In case of transfer failure the amount will be refund back to user- A bank account?