commit f1fa1193a0e146e7e2627490c82ca3c76733b682
parent 95f6ba27a947269462ce126bffd692ea7ad3f755
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 6 Oct 2024 17:58:34 +0200
return h_wire in GET /kyc (#9217)
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
@@ -1496,6 +1496,11 @@ KYC status checks
// Our bank wire account this is about.
payto_uri: string;
+ // Hash of the salted payto://-URI of our
+ // bank wire account this is about.
+ // Since protocol **v17**.
+ h_wire: string;
+
// Base URL of the exchange this is about.
exchange_url: string;