gnunet-svn
[Top][All Lists]
Advanced

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

[taler-cashless2ecash] branch master updated: spec: add wallee-transacti


From: gnunet
Subject: [taler-cashless2ecash] branch master updated: spec: add wallee-transaction target type spec
Date: Wed, 20 Mar 2024 15:11:13 +0100

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

joel-haeberli pushed a commit to branch master
in repository cashless2ecash.

The following commit(s) were added to refs/heads/master by this push:
     new 5f573dd  spec: add wallee-transaction target type spec
5f573dd is described below

commit 5f573dd1ff4969c1fb0d36c53fbc324c78a6ae6c
Author: Joel-Haeberli <haebu@rubigen.ch>
AuthorDate: Wed Mar 20 15:11:08 2024 +0100

    spec: add wallee-transaction target type spec
---
 specs/wallee-transaction.txt | 49 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 49 insertions(+)

diff --git a/specs/wallee-transaction.txt b/specs/wallee-transaction.txt
new file mode 100644
index 0000000..ee03e63
--- /dev/null
+++ b/specs/wallee-transaction.txt
@@ -0,0 +1,49 @@
+# Payto Payment Target Type for Wallee Transactions
+
+## Target Type "wallee-transaction"
+
+Name: wallee-transaction
+
+Description:  Wallee Transaction
+
+   A Wallee transaction is targeted by this payto target-type.
+   It aims to allow refunding a transaction which was initiated
+   by Wallee.    
+
+   For refunding a transaction using Wallee, this payto specification
+   shall be used. To trigger a refund operation in Wallee, the identifier
+   of the transaction must be given as path parameter. The identifier is
+   a 64-bit integer.
+
+Syntax:
+
+   payto-wallee-transaction-URI = "payto://wallee-transaction/" [ id ]
+
+   'id' is a Long as defined in 
+   [Wallee Type 
System](https://app-wallee.com/en-us/doc/api/web-service#_type_system)
+
+
+Examples:
+
+   payto://wallee-transaction/18446744073709551616
+   payto://wallee-transaction/13434452243525552616
+
+
+Contact:  <mailto:habej2@bfh.ch>
+
+
+Normative References
+
+* [RFC 8905] The 'payto' URI Scheme for Payments
+  <https://tools.ietf.org/html/rfc8905>
+
+Informative References
+
+* [Wallee Transaction Model] The Transaction model of Wallee
+  <https://app-wallee.com/en-us/doc/api/model/transaction>
+
+* [Wallee Transaction API] The Transaction api of Wallee
+  <https://app-wallee.com/doc/api/web-service#_transaction>
+
+* [Wallee Type System] The type system used by Wallee
+  <https://app-wallee.com/en-us/doc/api/web-service#_type_system>

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