commit eaf2f99a019f2f2c2605b7eca226dfb162d14bc4 parent 3a25f3c5093e9f8619f967ab4093d2bc509eff7b Author: Antoine A <> Date: Tue, 31 Mar 2026 11:41:06 +0200 api: improve prepared transfer API Diffstat:
| M | core/api-bank-transfer.rst | | | 12 | ++++++------ |
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/core/api-bank-transfer.rst b/core/api-bank-transfer.rst @@ -26,13 +26,13 @@ and enables the use of recurring wire transfers. .. http:get:: /config - Return the protocol version and configuration information about the bank. + Return the protocol version and configuration information about the adapter. This specification corresponds to ``current`` protocol being version **1**. **Response:** :http:statuscode:`200 OK`: - The adapter responds with a `WireTransferConfig` object. This request + The adapter responds with a `PreparedTransferConfig` object. This request should virtually always be successful. **Details:** @@ -44,18 +44,18 @@ and enables the use of recurring wire transfers. | "URI" | "CH_QR_BILL"; - .. ts:def:: WireTransferConfig + .. ts:def:: PreparedTransferConfig - interface WireTransferConfig { + interface PreparedTransferConfig { // Name of the API. name: "taler-prepared-transfer"; - // libtool-style representation of the Bank protocol version, see + // libtool-style representation of the protocol version, see // https://www.gnu.org/software/libtool/manual/html_node/Versioning.html#Versioning // The format is "current:revision:age". version: string; - // Currency used by this gateway. + // Currency used by this API. currency: string; // URN of the implementation (needed to interpret 'revision' in version).