Originally submitted by Nat (Nat Sakimura) on 2016-08-02
When I want to transfer money from one account to another, I seem to need FromAccountID and ToAccountID. How can I find the AccountID? Is it the Access Token or Refresh Token?
Do I need a permission of the Account Owner to send money to his account?
How do I get the AccountID that represents the other person's account?
In Japan, typically, a sender needs to specify:
- BankID
- BranchID
- AccountType
- AccountNumber
- AccountName in Katakana
Then, the sending bank makes a request to receiving bank to verify that these details matches and creates a transfer object with the amount entered by the user and the user's withdrawal account details. The user must specify from which account the money should be withdrawn.
This transfer object is then shown to the user, and the user commits to it.
Bitbucket status: resolved
Bitbucket origin: issue 23
When I want to transfer money from one account to another, I seem to need FromAccountID and ToAccountID. How can I find the AccountID? Is it the Access Token or Refresh Token?
Do I need a permission of the Account Owner to send money to his account?
How do I get the AccountID that represents the other person's account?
In Japan, typically, a sender needs to specify:
Then, the sending bank makes a request to receiving bank to verify that these details matches and creates a transfer object with the amount entered by the user and the user's withdrawal account details. The user must specify from which account the money should be withdrawn.
This transfer object is then shown to the user, and the user commits to it.
Bitbucket status: resolved
Bitbucket origin: issue 23