summaryrefslogtreecommitdiff
path: root/core/api-bank-access.rst
diff options
context:
space:
mode:
authorms <ms@taler.net>2022-01-31 08:37:34 +0100
committerms <ms@taler.net>2022-01-31 08:37:34 +0100
commit16e0f82a90a1c01614af2cae96bd17315b9818d9 (patch)
tree8fd701338ab8dfc83114a72f66e9c92980f929af /core/api-bank-access.rst
parentd16b9adcef17e5f9236bc89d610ad67909f97f96 (diff)
downloaddocs-16e0f82a90a1c01614af2cae96bd17315b9818d9.tar.gz
docs-16e0f82a90a1c01614af2cae96bd17315b9818d9.tar.bz2
docs-16e0f82a90a1c01614af2cae96bd17315b9818d9.zip
payto format at Sandbox
Diffstat (limited to 'core/api-bank-access.rst')
-rw-r--r--core/api-bank-access.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/api-bank-access.rst b/core/api-bank-access.rst
index 6697d78f..860cc502 100644
--- 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;
}