gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: pay with refund aborts


From: gnunet
Subject: [taler-docs] branch master updated: pay with refund aborts
Date: Tue, 08 Sep 2020 22:55:40 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 491c0bb  pay with refund aborts
491c0bb is described below

commit 491c0bb229215410d89dbf962b387994324337bf
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Wed Sep 9 02:24:15 2020 +0530

    pay with refund aborts
---
 taler-wallet.rst | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/taler-wallet.rst b/taler-wallet.rst
index f4dc611..6b712c1 100644
--- a/taler-wallet.rst
+++ b/taler-wallet.rst
@@ -339,6 +339,10 @@ Transactions are all operations or events that are 
affecting the balance.
       // Additional information about the payment.
       info: OrderShortInfo;
 
+      // Wallet-internal end-to-end identifier for the payment
+      // (assigned before the order is even downloaded, thus the name).
+      proposalId: string;
+
       // The current status of this payment.
       status: PaymentStatus;
 
@@ -843,6 +847,22 @@ Confirm Payment
       | ConfirmPayResultDone;
       | ConfirmPayResultPending;
 
+Abort Failed Payment
+~~~~~~~~~~~~~~~~~~~~
+
+:Name: ``"abortFailedPayWithRefund"``
+:Description:
+  Abort a failed payment and try to get a refund for the
+  partially paid amount.
+:Request:
+  .. ts:def:: AbortPayWithRefundRequest
+
+    export interface AbortPayWithRefundRequest {
+      proposalId: string;
+    }
+:Response:
+  On success, the response is an empty object.
+
 Tipping API Calls
 -----------------
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]