netfluid__withdraw_to_bank
Withdraws to a bank account, anywhere world-wide. Confirm (yes/no) before executing
Withdraws to a bank account, anywhere world-wide. The account currency is the currency in which funds will be paid out. The recipient bank account (rba) must already be set. See /wallet/rba @param api_key: The api key allocated to your application @param token: The wallet_api_token provided by /access/login @param account_fk: The account_fk (this is a database ID (int) not an account address (str) and may not be 0) The account_fk from which to withdraw the funds. @param rba_fk: The rba_fk (recipient bank account id) to pay out to, can be found /wallet/rba_list. @param amount: The amount to withdraw @param note: The note on the transaction
@return: a json object
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| token | Yes | ||
| amount | Yes | ||
| rba_fk | Yes | ||
| api_key | Yes | ||
| account_fk | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||