summaryrefslogtreecommitdiff
path: root/core/api-bank-integration.rst
diff options
context:
space:
mode:
Diffstat (limited to 'core/api-bank-integration.rst')
-rw-r--r--core/api-bank-integration.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/api-bank-integration.rst b/core/api-bank-integration.rst
index 09e674f2..07299d6a 100644
--- a/core/api-bank-integration.rst
+++ b/core/api-bank-integration.rst
@@ -34,7 +34,7 @@ to tightly integrate with GNU Taler.
**Response:**
- :status 200 OK:
+ :http:statuscode:`200 OK`:
The exchange responds with a `BankVersion` object. This request should
virtually always be successful.
@@ -79,7 +79,7 @@ for the withdrawal operation (the ``wopid``) to interact with the withdrawal ope
**Response**
- :status 200 OK:
+ :http:statuscode:`200 OK`:
The withdrawal operation is known to the bank, and details are given
in the `BankWithdrawalOperationStatus` response body.
@@ -121,10 +121,10 @@ for the withdrawal operation (the ``wopid``) to interact with the withdrawal ope
**Response**
- :status 200 OK:
+ :http:statuscode:`200 OK`:
The bank has accepted the withdrawal operation parameters chosen by the wallet.
The response is a `BankWithdrawalOperationPostResponse`.
- :status 404 Not Found:
+ :http:statuscode:`404 Not found`:
The bank does not know about a withdrawal operation with the specified ``wopid``.
**Details**