taler-docs

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

commit 2cbe9eb5448ad0815621374ccfc0efcbfeed9441
parent 548ceeb79978934aa27adac40791a30eb74defe7
Author: MS <ms@taler.net>
Date:   Tue, 15 Dec 2020 17:17:39 +0100

nexus api

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

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