summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libeufin/api-nexus.rst25
1 files changed, 13 insertions, 12 deletions
diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index a356a99b..f37e0548 100644
--- a/libeufin/api-nexus.rst
+++ b/libeufin/api-nexus.rst
@@ -238,18 +238,19 @@ manages payment initiations of the account and tracks the initiations of payment
Get basic information about the bank account named ``my-acct``.
- interface BankAccountInfoWithBalance {
- // ID number of the database row being the default bank connection
- // of `my-acct`.
- defaultBankConnection: number;
- // Payto://-URI of `my-acct`.
- accountPaytoUri: string;
- // Balance of `my-acct` as it was downloaded from the bank
- // along the last Camt document. A human-readable message
- // will inform the requester, should this value not be found.
- lastSeenBalance: string;
- }
-
+ .. ts:def:: BankAccountInfoWithBalance
+
+ interface BankAccountInfoWithBalance {
+ // ID number of the database row being the default bank connection
+ // of ``my-acct``.
+ defaultBankConnection: number;
+ // Payto://-URI of ``my-acct``.
+ accountPaytoUri: string;
+ // Balance of ``my-acct`` as it was downloaded from the bank
+ // along the last Camt document. A human-readable message
+ // will inform the requester, should this value not be found.
+ lastSeenBalance: string;
+ }
.. http:post:: {nexusBase}/bank-accounts/{acctid}/payment-initiations/{pmtid}/submit