gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: wallet api


From: gnunet
Subject: [taler-docs] branch master updated: wallet api
Date: Mon, 20 Jul 2020 10:50:07 +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 533c1f9  wallet api
533c1f9 is described below

commit 533c1f98f15b73a639a952b7df3f82e4e2d39d32
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Mon Jul 20 14:20:00 2020 +0530

    wallet api
---
 taler-wallet.rst | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/taler-wallet.rst b/taler-wallet.rst
index 4ff37db..00d7fd7 100644
--- a/taler-wallet.rst
+++ b/taler-wallet.rst
@@ -615,6 +615,37 @@ Withdrawal: Get Manual Withdrawal Info
       paytoUris: string[];
     }
 
+Payments: Prepare Pay
+---------------------
+
+:Name: ``"preparePay"``
+:Description:
+  Fetch information about a payment request from a merchant.
+
+Payments: Confirm Payment
+-------------------------
+
+:Name: ``"confirmPay"``
+:Description:
+  Confirm making a payment.
+:CLI:
+  ``taler-wallet-cli advanced pay-confirm $proposalId [ 
--session-id=$sessionId ]``
+:Request:
+  .. ts:def:: GetManualWithdrawalDetailsRequest
+
+    interface ConfirmPayRequest {
+      proposalId: string;
+      sessionIdOverride?: string;
+    }
+:Response:
+  .. ts:def:: ConfirmPayResult
+
+    interface ConfirmPayResult {
+      // Fulfillment URL augmented with order ID
+      // or a special taler://fulfillment-success URL
+      nextUrl: string;
+    }
+
 Integration Tests
 =================
 

-- 
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]