summaryrefslogtreecommitdiff
path: root/core/api-taldir.rst
diff options
context:
space:
mode:
Diffstat (limited to 'core/api-taldir.rst')
-rw-r--r--core/api-taldir.rst8
1 files changed, 0 insertions, 8 deletions
diff --git a/core/api-taldir.rst b/core/api-taldir.rst
index 302d1d87..2e846254 100644
--- a/core/api-taldir.rst
+++ b/core/api-taldir.rst
@@ -155,8 +155,6 @@ Address registration
// For how long should the registration last/be extended.
duration: RelativeTime;
- // Order ID, if the client recently paid for this registration
- order_id?: string;
}
**Response**
@@ -171,12 +169,6 @@ Address registration
:http:statuscode:`402 Payment Required`
Client needs to make a Taler payment before proceeding. See
standard Taler payment procedure.
- :http:statuscode:`403 Forbidden`
- The specified ``order_id`` does not permit registration
- of this address. Possible reaons include the order
- being for a different registration, unpaid or
- malformed.
- This response comes with a standard `ErrorDetail` response.
:http:statuscode:`404 Not found`
The TalDir service does not support the specified method.
This response comes with a standard `ErrorDetail` response.