summaryrefslogtreecommitdiff
path: root/libeufin
diff options
context:
space:
mode:
Diffstat (limited to 'libeufin')
-rw-r--r--libeufin/api-nexus.rst8
1 files changed, 7 insertions, 1 deletions
diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index e96b6862..3ebc5c3b 100644
--- a/libeufin/api-nexus.rst
+++ b/libeufin/api-nexus.rst
@@ -228,7 +228,13 @@ Bank Account Management
// amount, in the format [-]CURRENCY:XX.YY,
// where the minus sign as prefix indicates
// a debit for the user's bank account.
- amount: string
+ amount: string;
+
+ // Dashed date YYYY-MM(01-12)-DD(01-31) of the transaction.
+ date: string;
+
+ // Payment subject.
+ subject: string;
}
Bank Transports