summaryrefslogtreecommitdiff
path: root/libeufin/api-nexus.rst
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-12-15 17:17:39 +0100
committerMS <ms@taler.net>2020-12-15 17:17:39 +0100
commit2cbe9eb5448ad0815621374ccfc0efcbfeed9441 (patch)
tree1ef667a59cc3fed4bafb5fdfd516b592d77e44dd /libeufin/api-nexus.rst
parent548ceeb79978934aa27adac40791a30eb74defe7 (diff)
downloaddocs-2cbe9eb5448ad0815621374ccfc0efcbfeed9441.tar.gz
docs-2cbe9eb5448ad0815621374ccfc0efcbfeed9441.tar.bz2
docs-2cbe9eb5448ad0815621374ccfc0efcbfeed9441.zip
nexus api
Diffstat (limited to 'libeufin/api-nexus.rst')
-rw-r--r--libeufin/api-nexus.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index eda8a796..c74d9fed 100644
--- a/libeufin/api-nexus.rst
+++ b/libeufin/api-nexus.rst
@@ -162,6 +162,8 @@ manages payment initiations of the account and tracks the initiations of payment
.. ts:def:: PaymentStatus
interface PaymentStatus {
+ // Can be "BOOK" or "PENDING". (to be implemented)
+ status: string;
// Payment unique identifier
paymentInitiationId: string;