taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit d4a03e322349da9ceeb4e26394f0903881f914cc
parent 53bd9da73464b10b6dbbc6f5d8abb52083769eed
Author: MS <ms@taler.net>
Date:   Thu,  3 Dec 2020 13:55:42 +0100

ingestion test API

Diffstat:
Mlibeufin/api-nexus.rst | 14++++++++++++++
1 file changed, 14 insertions(+), 0 deletions(-)

diff --git 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 -------------