From 491c0bb229215410d89dbf962b387994324337bf Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 9 Sep 2020 02:24:15 +0530 Subject: pay with refund aborts --- taler-wallet.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/taler-wallet.rst b/taler-wallet.rst index f4dc611b..6b712c1a 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 ----------------- -- cgit v1.2.3