[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] branch master updated: update spec for #9169
From: |
gnunet |
Subject: |
[taler-docs] branch master updated: update spec for #9169 |
Date: |
Fri, 06 Sep 2024 13:29:31 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository docs.
The following commit(s) were added to refs/heads/master by this push:
new f2b8695b update spec for #9169
f2b8695b is described below
commit f2b8695b6eac0af0249779691600c34d42d7c48a
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Sep 6 13:29:28 2024 +0200
update spec for #9169
---
core/api-merchant.rst | 20 +++++++++++++++++---
1 file changed, 17 insertions(+), 3 deletions(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index afc0af42..1ebc0d26 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -1527,15 +1527,29 @@ KYC status checks
// Base URL of the exchange this is about.
exchange_url: string;
+ // Numeric `error code <error-codes>` indicating errors the exchange
+ // returned, or TALER_EC_INVALID for none.
+ // Optional (as there may not always have
+ // been an error code). Since protocol **v17**.
+ exchange_code?: number;
+
+ // HTTP status code returned by the exchange when we asked for
+ // information about the KYC status.
+ // Since protocol **v17**.
+ exchange_http_status: number;
+
// Our bank wire account this is about.
payto_uri: string;
- // Wire transfer instructions (including
- // amount and subject) for a KYC auth wire
+ // Array of wire transfer instructions (including
+ // optional amount and subject) for a KYC auth wire
// transfer. Set only if this is required
// to get the given exchange working.
+ // Array because the exchange may have multiple
+ // bank accounts, in which case any of these
+ // accounts will do.
// Optional. Since protocol **v17**.
- payto_kycauth?: string;
+ payto_kycauth?: string[];
}
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-docs] branch master updated: update spec for #9169,
gnunet <=