summaryrefslogtreecommitdiff
path: root/core/api-bank-access.rst
diff options
context:
space:
mode:
authorms <ms@taler.net>2022-01-31 08:24:32 +0100
committerms <ms@taler.net>2022-01-31 08:24:32 +0100
commit570f05fee064149c5c639198f71076de378a0b16 (patch)
tree9709f62f808d9bfd84216f358bfdb093d1976689 /core/api-bank-access.rst
parente31227e3928308afee7af974acffb4905d57e435 (diff)
downloaddocs-570f05fee064149c5c639198f71076de378a0b16.tar.gz
docs-570f05fee064149c5c639198f71076de378a0b16.tar.bz2
docs-570f05fee064149c5c639198f71076de378a0b16.zip
payto format at Sandbox
Diffstat (limited to 'core/api-bank-access.rst')
-rw-r--r--core/api-bank-access.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/core/api-bank-access.rst b/core/api-bank-access.rst
index 3795387f..58587a2a 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;
}