gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: spec auto_refund


From: gnunet
Subject: [taler-docs] branch master updated: spec auto_refund
Date: Thu, 05 Dec 2019 14:59:25 +0100

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

grothoff pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new c3c2342  spec auto_refund
c3c2342 is described below

commit c3c23422efd929ead7f829b022ede4597c3c51b0
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Dec 5 14:59:22 2019 +0100

    spec auto_refund
---
 core/api-merchant.rst | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 4ee35d5..88d1c94 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -821,6 +821,25 @@ The contract terms must have the following structure:
       // in this field when the proposal is generated.
       nonce: string;
 
+      // Specifies for how long the wallet should try to get an
+      // automatic refund for the purchase. If this field is
+      // present, the wallet should wait for a few seconds after
+      // the purchase and then automatically attempt to obtain
+      // a refund.  The wallet should probe until "delay"
+      // after the payment was successful (i.e. via long polling
+      // or via explicit requests with exponential back-off).
+      //
+      // In particular, if the wallet is offline
+      // at that time, it MUST repeat the request until it gets
+      // one response from the merchant after the delay has expired.
+      // If the refund is granted, the wallet MUST automatically
+      // recover the payment.  This is used in case a merchant
+      // knows that it might be unable to satisfy the contract and
+      // desires for the wallet to attempt to get the refund without any
+      // customer interaction.  Note that it is NOT an error if the
+      // merchant does not grant a refund.
+      auto_refund?: RelativeTime;
+
       // Extra data that is only interpreted by the merchant frontend.
       // Useful when the merchant needs to store extra information on a
       // contract without storing it separately in their database.

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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