From ed9669512b9e1802fa0c73bdf50dedf14ff094cb Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 17 Feb 2020 21:32:08 +0100 Subject: fix duplication --- core/api-bank-access.rst | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'core/api-bank-access.rst') diff --git a/core/api-bank-access.rst b/core/api-bank-access.rst index 1e3a5714..a80c9da0 100644 --- a/core/api-bank-access.rst +++ b/core/api-bank-access.rst @@ -51,25 +51,6 @@ name and account password, at least in the GNU Taler demo bank implementation. } -.. http:POST:: ${BANK_API_BASE_URL}/accounts/${account_name}/withdrawals - - 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. -- cgit v1.2.3