From 2cbe9eb5448ad0815621374ccfc0efcbfeed9441 Mon Sep 17 00:00:00 2001 From: MS Date: Tue, 15 Dec 2020 17:17:39 +0100 Subject: nexus api --- libeufin/api-nexus.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libeufin') 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; -- cgit v1.2.3