summaryrefslogtreecommitdiff
path: root/libeufin
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-12-03 13:55:42 +0100
committerMS <ms@taler.net>2020-12-03 13:55:42 +0100
commitd4a03e322349da9ceeb4e26394f0903881f914cc (patch)
treea90b00fc2bc09faf6f55e5f5504d2f278e7b240f /libeufin
parent53bd9da73464b10b6dbbc6f5d8abb52083769eed (diff)
downloaddocs-d4a03e322349da9ceeb4e26394f0903881f914cc.tar.gz
docs-d4a03e322349da9ceeb4e26394f0903881f914cc.tar.bz2
docs-d4a03e322349da9ceeb4e26394f0903881f914cc.zip
ingestion test API
Diffstat (limited to 'libeufin')
-rw-r--r--libeufin/api-nexus.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index 01e8e926..5470707d 100644
--- a/libeufin/api-nexus.rst
+++ b/libeufin/api-nexus.rst
@@ -103,6 +103,20 @@ User Management
Return list of users.
+Test API
+--------
+
+.. http:post:: {nexusBase}/bank-accounts/{acctid}/test-camt-ingestion/{type}
+
+ This call allows tests to **directly** give Nexus a Camt document. After
+ the processing, all the payment(s) details should be ingested as if the
+ Camt came normally from a bank / the Sandbox.
+
+ **Response**
+
+ The successful case should respond with a ``200 OK`` and a empty JSON body.
+
+
Bank Accounts
-------------