commit 16e0f82a90a1c01614af2cae96bd17315b9818d9
parent d16b9adcef17e5f9236bc89d610ad67909f97f96
Author: ms <ms@taler.net>
Date: Mon, 31 Jan 2022 08:37:34 +0100
payto format at Sandbox
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/core/api-bank-access.rst b/core/api-bank-access.rst
@@ -226,12 +226,14 @@ Transactions
interface CreateBankAccountTransactionCreate {
+ // Address in the Payto format of the wire transfer receiver.
// It needs at least the 'message' query string parameter.
paytoUri: string;
// Transaction amount (in the $currency:x.y format), optional.
// However, when not given, its value must occupy the 'amount'
- // query string parameter of the 'payto' field.
+ // query string parameter of the 'payto' field. In case it
+ // is given in both places, the paytoUri's takes the precedence.
amount: string;
}