taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 0f0447985c60da69d122b34fcd1f866f10a39371
parent f4fbc477ce4d122d4b4b4be961700e715d8b1fd7
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Tue, 19 Jul 2022 17:06:49 +0200

remove order_id taldir

Diffstat:
Mcore/api-taldir.rst | 8--------
1 file changed, 0 insertions(+), 8 deletions(-)

diff --git 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.