summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-02-17 21:32:08 +0100
committerFlorian Dold <florian.dold@gmail.com>2020-02-17 21:32:08 +0100
commited9669512b9e1802fa0c73bdf50dedf14ff094cb (patch)
tree9c206c1ca7b3097630d7d28064f27903c68d97f7 /core
parent8d18305484aff65234d6649d435496ab78d9b84e (diff)
downloaddocs-ed9669512b9e1802fa0c73bdf50dedf14ff094cb.tar.gz
docs-ed9669512b9e1802fa0c73bdf50dedf14ff094cb.tar.bz2
docs-ed9669512b9e1802fa0c73bdf50dedf14ff094cb.zip
fix duplication
Diffstat (limited to 'core')
-rw-r--r--core/api-bank-access.rst19
1 files changed, 0 insertions, 19 deletions
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
@@ -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