summaryrefslogtreecommitdiff
path: root/core/api-bank-access.rst
diff options
context:
space:
mode:
authorms <ms@taler.net>2022-01-31 08:29:44 +0100
committerms <ms@taler.net>2022-01-31 08:29:44 +0100
commitd16b9adcef17e5f9236bc89d610ad67909f97f96 (patch)
tree3e9f75b9e833a3c854c56d4b2bd51153eb551182 /core/api-bank-access.rst
parent570f05fee064149c5c639198f71076de378a0b16 (diff)
downloaddocs-d16b9adcef17e5f9236bc89d610ad67909f97f96.tar.gz
docs-d16b9adcef17e5f9236bc89d610ad67909f97f96.tar.bz2
docs-d16b9adcef17e5f9236bc89d610ad67909f97f96.zip
payto format at Sandbox
Diffstat (limited to 'core/api-bank-access.rst')
-rw-r--r--core/api-bank-access.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/core/api-bank-access.rst b/core/api-bank-access.rst
index 58587a2a..6697d78f 100644
--- a/core/api-bank-access.rst
+++ b/core/api-bank-access.rst
@@ -226,13 +226,13 @@ Transactions
interface CreateBankAccountTransactionCreate {
+ // It needs at least the 'message' query string parameter.
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;
+ // 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.
+ amount: string;
}
**Response**