From e41cdf846de639bbb49ffc01ea830689605bccb2 Mon Sep 17 00:00:00 2001 From: MS Date: Fri, 4 Dec 2020 12:52:03 +0100 Subject: Align specs to code. --- libeufin/api-sandbox.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/libeufin/api-sandbox.rst b/libeufin/api-sandbox.rst index d848ba40..a410b9ee 100644 --- a/libeufin/api-sandbox.rst +++ b/libeufin/api-sandbox.rst @@ -22,15 +22,28 @@ HTTP API // IBAN that will receive the payment. creditorIban: string; + // FIXME + creditorBic: string; + // FIXME + creditorName: string; // IBAN that will send the payment. debitorIban: string; + // FIXME + debitorBic: string; + // FIXME + debitorName: string; amount: string; currency: string; // subject of the payment. subject: string; + + // Whether the payment is credit or debit *for* the + // account being managed *by* the running sandbox. + // Can take the values: "CRDT" or "DBIT". + direction: string; } .. -- cgit v1.2.3