summaryrefslogtreecommitdiff
path: root/libeufin/api-sandbox.rst
diff options
context:
space:
mode:
authorMS <ms@taler.net>2021-08-23 23:03:41 -1100
committerMS <ms@taler.net>2021-08-23 23:03:41 -1100
commit10e42deab047390ea82866288025417d9cf0936e (patch)
treec29576c803da8ff174cc781dcf6a1035c110f391 /libeufin/api-sandbox.rst
parentef0523e8f80c0eacf0f771bd05ab41be50dd2da1 (diff)
downloaddocs-10e42deab047390ea82866288025417d9cf0936e.tar.gz
docs-10e42deab047390ea82866288025417d9cf0936e.tar.bz2
docs-10e42deab047390ea82866288025417d9cf0936e.zip
sandbox api
Diffstat (limited to 'libeufin/api-sandbox.rst')
-rw-r--r--libeufin/api-sandbox.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/libeufin/api-sandbox.rst b/libeufin/api-sandbox.rst
index 70d5b757..b30061ae 100644
--- a/libeufin/api-sandbox.rst
+++ b/libeufin/api-sandbox.rst
@@ -47,9 +47,8 @@ HTTP API
interface CamtParams {
- // IBAN managed by the running Sandbox, for which
- // the Camt.053 response is going to be generated.
- iban: string;
+ // label of the bank account being queried.
+ bankaccount: string;
// The Camt type to return. Only '53' is allowed
// at this moment.