summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-08-04 20:39:56 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-08-04 20:39:56 +0530
commit24c6881fdf10e5bef32ef0512c3854529cf22765 (patch)
tree3bcc04fb2b7147e16a520742852b660e39a814ba
parent124d53ee53cabc2df6f0549e4211eb338e380f27 (diff)
downloaddocs-24c6881fdf10e5bef32ef0512c3854529cf22765.tar.gz
docs-24c6881fdf10e5bef32ef0512c3854529cf22765.tar.bz2
docs-24c6881fdf10e5bef32ef0512c3854529cf22765.zip
wallet docs
-rw-r--r--taler-wallet.rst21
1 files changed, 21 insertions, 0 deletions
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
=================