commit 570f05fee064149c5c639198f71076de378a0b16 parent e31227e3928308afee7af974acffb4905d57e435 Author: ms <ms@taler.net> Date: Mon, 31 Jan 2022 08:24:32 +0100 payto format at Sandbox Diffstat:
| M | 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 @@ -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; }