taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit ed9669512b9e1802fa0c73bdf50dedf14ff094cb
parent 8d18305484aff65234d6649d435496ab78d9b84e
Author: Florian Dold <florian.dold@gmail.com>
Date:   Mon, 17 Feb 2020 21:32:08 +0100

fix duplication

Diffstat:
Mcore/api-bank-access.rst | 19-------------------
1 file changed, 0 insertions(+), 19 deletions(-)

diff --git a/core/api-bank-access.rst b/core/api-bank-access.rst @@ -55,25 +55,6 @@ name and account password, at least in the GNU Taler demo bank implementation. Create a withdrawal operation, resulting in a ``taler://withdraw`` URI. - **Response** - - **Details** - - .. ts:def:: BankAccountCreateWithdrawalResponse - - interface BankAccountCreateWithdrawalResponse { - // ID of the withdrawal, can be used to view/modify the withdrawal operation - withdrawal_id: string; - - // URI that can be passed to the wallet to initiate the withdrawal - taler_withdraw_uri: string; - } - - -.. http:POST:: ${BANK_API_BASE_URL}/accounts/${account_name}/withdrawals - - Create a withdrawal operation, resulting in a ``taler://withdraw`` URI. - **Request** .. ts:def:: BankAccountCreateWithdrawalRequest