From 24c6881fdf10e5bef32ef0512c3854529cf22765 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 4 Aug 2020 20:39:56 +0530 Subject: wallet docs --- taler-wallet.rst | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'taler-wallet.rst') diff --git a/taler-wallet.rst b/taler-wallet.rst index 0ba46b22..a4e65f6b 100644 --- a/taler-wallet.rst +++ b/taler-wallet.rst @@ -484,6 +484,14 @@ Refunds interface WalletApplyRefundResponse { // Identifier for the purchase that was refunded contractTermsHash: string; + + amountEffectivePaid: Amount; + + amountRefundGranted: Amount; + + amountRefundGone: Amount; + + pendingAtExchange: boolean; } Exchange Management @@ -785,6 +793,19 @@ Confirm Payment nextUrl: string; } + +Global Errors +------------- + +* Backup/Sync/Anastasis failed +* refresh after pay failed for multiple attempts + (depending on online status) +* scheduled refresh (to avoid expiration) failed +* general recoups (?) +* failed recoup +* (maybe) fatal errors during withdrawal +* pending refund failed permanently (?) + Integration Tests ================= -- cgit v1.2.3