summaryrefslogtreecommitdiff
path: root/nexus/src/main/kotlin/tech/libeufin/nexus/xlibeufinbank/XLibeufinBankNexus.kt
AgeCommit message (Collapse)Author
2023-10-18obsolete nexus gone from masterMS
2023-08-02Fix API usageMS
2023-08-02Time-framed query.MS
Fixing how Nexus defines the 'start' and 'end' URI parameters along x-libeufin-bank requests.
2023-07-19Fix /admin/add-incoming.MS
Avoid double-requesting in Nexus and instead create and ingest the incoming payment within the same handler.
2023-07-10Fetching transactions from the bank.MS
Nexus can receive time ranges from its JSON interface.
2023-05-20ISO 20022.MS
Starting to support the 2019 camt version by adapting the parser. Alongside, renaming functions and adding validation before storing the camt for later ingestion.
2023-05-19Tx deduplication for x-libeufin-bank.MS
2023-05-17Introducing the "pf" dialect.MS
This dialect was tested on the PostFinance test platform. Along the core changes, the handling of dialects themselves was also introduced.
2023-04-21Moving CaMt-JSON mapping to util.MS
In the context of the buy-in monitor, that lets Sandbox use such mapping to process Nexus transactions.
2023-04-03x-libeufin-bank connectionMS
extending the connect() method to also store bank account information.
2023-04-01x-libeufin-bank connection.MS
Adding the method to show the connection details.
2023-04-01x-libeufin-bank connection.MS
Adding payment submission, the "connect()" method, and the CLI command to create a new x-libeufin-bank connection.
2023-03-31Nexus x-libeufin-bank connection.MS
Introducing the operation to download transactions from the bank. More helpers were added, and some CaMt specific code got moved from BankAccount.kt to Iso20022.kt.