summaryrefslogtreecommitdiff
path: root/core/api-bank-access.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-11-06 23:49:37 +0100
committerChristian Grothoff <christian@grothoff.org>2020-11-06 23:49:37 +0100
commit655e5eb6c386b5e5bdc1c9de0831c579af5b26fe (patch)
treea1bb5cd36b74396e498bacf8a65e987d766def41 /core/api-bank-access.rst
parent1e36811c2e084704248c466b9927d29512b696d1 (diff)
parent12a3571f5de4b3751973b3f50d149edb938a7018 (diff)
downloaddocs-655e5eb6c386b5e5bdc1c9de0831c579af5b26fe.tar.gz
docs-655e5eb6c386b5e5bdc1c9de0831c579af5b26fe.tar.bz2
docs-655e5eb6c386b5e5bdc1c9de0831c579af5b26fe.zip
Merge branch 'master' of git+ssh://git.taler.net/docs
Diffstat (limited to 'core/api-bank-access.rst')
-rw-r--r--core/api-bank-access.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/core/api-bank-access.rst b/core/api-bank-access.rst
index 5863ef78..456211b7 100644
--- a/core/api-bank-access.rst
+++ b/core/api-bank-access.rst
@@ -22,7 +22,7 @@ Taler Bank Access API
This chapter describes the API that the GNU Taler demonstrator bank offers to access accounts.
-This API differes from the "Bank Integration API" in that it provides advanced API access to accounts, as opposed
+This API differs from the "Bank Integration API" in that it provides advanced API access to accounts, as opposed
to enabling wallets to withdraw with a better user experience ("tight integration").
@@ -118,8 +118,8 @@ name and account password, at least in the GNU Taler demo bank implementation.
Abort a withdrawal operation. Has no effect on an already aborted withdrawal operation.
- :status 200 OK: The withdrawal operation has been aborted. The response is an empty JSON object.
- :status 409 Conflict: The reserve operation has been confirmed previously and can't be aborted.
+ :http:statuscode:`200 OK`: The withdrawal operation has been aborted. The response is an empty JSON object.
+ :http:statuscode:`409 Conflict`: The reserve operation has been confirmed previously and can't be aborted.
.. http:POST:: ${BANK_API_BASE_URL}/accounts/${account_name}/withdrawals/${withdrawal_id}/confirm
@@ -128,8 +128,8 @@ name and account password, at least in the GNU Taler demo bank implementation.
**Response**
- :status 200 OK: The withdrawal operation has been confirmed. The response is an empty JSON object.
- :status 409 Conflict: The reserve operation has been aborted previously and can't be confirmed.
+ :http:statuscode:`200 OK`: The withdrawal operation has been confirmed. The response is an empty JSON object.
+ :http:statuscode:`409 Conflict`: The reserve operation has been aborted previously and can't be confirmed.
@@ -157,4 +157,4 @@ Registration (Testing)
**Response**
- :status 200 OK: Registration was successful
+ :http:statuscode:`200 OK`: Registration was successful