aboutsummaryrefslogtreecommitdiff
path: root/payto-payment-target-types/wallee-transaction.txt
diff options
context:
space:
mode:
Diffstat (limited to 'payto-payment-target-types/wallee-transaction.txt')
-rw-r--r--payto-payment-target-types/wallee-transaction.txt49
1 files changed, 49 insertions, 0 deletions
diff --git a/payto-payment-target-types/wallee-transaction.txt b/payto-payment-target-types/wallee-transaction.txt
new file mode 100644
index 0000000..ee03e63
--- /dev/null
+++ b/payto-payment-target-types/wallee-transaction.txt
@@ -0,0 +1,49 @@
1# Payto Payment Target Type for Wallee Transactions
2
3## Target Type "wallee-transaction"
4
5Name: wallee-transaction
6
7Description: Wallee Transaction
8
9 A Wallee transaction is targeted by this payto target-type.
10 It aims to allow refunding a transaction which was initiated
11 by Wallee.
12
13 For refunding a transaction using Wallee, this payto specification
14 shall be used. To trigger a refund operation in Wallee, the identifier
15 of the transaction must be given as path parameter. The identifier is
16 a 64-bit integer.
17
18Syntax:
19
20 payto-wallee-transaction-URI = "payto://wallee-transaction/" [ id ]
21
22 'id' is a Long as defined in
23 [Wallee Type System](https://app-wallee.com/en-us/doc/api/web-service#_type_system)
24
25
26Examples:
27
28 payto://wallee-transaction/18446744073709551616
29 payto://wallee-transaction/13434452243525552616
30
31
32Contact: <mailto:habej2@bfh.ch>
33
34
35Normative References
36
37* [RFC 8905] The 'payto' URI Scheme for Payments
38 <https://tools.ietf.org/html/rfc8905>
39
40Informative References
41
42* [Wallee Transaction Model] The Transaction model of Wallee
43 <https://app-wallee.com/en-us/doc/api/model/transaction>
44
45* [Wallee Transaction API] The Transaction api of Wallee
46 <https://app-wallee.com/doc/api/web-service#_transaction>
47
48* [Wallee Type System] The type system used by Wallee
49 <https://app-wallee.com/en-us/doc/api/web-service#_type_system>