summaryrefslogtreecommitdiff
path: root/libeufin/api-nexus.rst
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-06-26 15:42:03 +0200
committerMS <ms@taler.net>2020-06-26 15:42:03 +0200
commitf5663ec399529456a23819a795baf47d81631b66 (patch)
tree237cf5348e98a71456e2d04912d4ec6f89af307f /libeufin/api-nexus.rst
parenta846d00e60789fe2ba1a64c86df69da9a494280a (diff)
downloaddocs-f5663ec399529456a23819a795baf47d81631b66.tar.gz
docs-f5663ec399529456a23819a795baf47d81631b66.tar.bz2
docs-f5663ec399529456a23819a795baf47d81631b66.zip
consistent renaming
Diffstat (limited to 'libeufin/api-nexus.rst')
-rw-r--r--libeufin/api-nexus.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index 61d55e25..313b3898 100644
--- a/libeufin/api-nexus.rst
+++ b/libeufin/api-nexus.rst
@@ -83,13 +83,13 @@ manages payment initiations of the account and tracks the of payment initiations
interface BankAccount {
// mnemonic name identifying this bank account.
- account: string;
+ nexusBankAccountId: string;
// IBAN
iban: string;
// BIC
bic: string;
// Legal subject owning the account.
- holder: string;
+ ownerName: string;
}
.. http:post:: {nexusBase}/bank-accounts/{acctid}/payment-initiations/{pmtid}/submit