gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: payto format at Sandbox


From: gnunet
Subject: [taler-docs] branch master updated: payto format at Sandbox
Date: Mon, 31 Jan 2022 08:24:35 +0100

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 570f05f  payto format at Sandbox
570f05f is described below

commit 570f05fee064149c5c639198f71076de378a0b16
Author: ms <ms@taler.net>
AuthorDate: Mon Jan 31 08:24:32 2022 +0100

    payto format at Sandbox
---
 core/api-bank-access.rst | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/core/api-bank-access.rst b/core/api-bank-access.rst
index 3795387..58587a2 100644
--- a/core/api-bank-access.rst
+++ b/core/api-bank-access.rst
@@ -225,11 +225,12 @@ Transactions
    .. ts:def:: BankAccountTransactionCreate
    
       interface CreateBankAccountTransactionCreate {
-        // Note: the authority value ('iban' or 'x-taler-bank')
-        // depends on the particular service that offers the Access API.
-        // euFin offers only 'iban' and the PyBank only 'x-taler-bank'.
+
         paytoUri: string;
 
+        // The following two fields are optional.  However,
+        // when not given, their value must occupy the 'amount'
+        // and 'message' query string values of the 'payto' field.
         amount: string; // with currency
         subject: string;
       }

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]