aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-db-events/registry.rec
diff options
context:
space:
mode:
Diffstat (limited to 'gnu-taler-db-events/registry.rec')
-rw-r--r--gnu-taler-db-events/registry.rec84
1 files changed, 83 insertions, 1 deletions
diff --git a/gnu-taler-db-events/registry.rec b/gnu-taler-db-events/registry.rec
index 8a66202..4f668bf 100644
--- a/gnu-taler-db-events/registry.rec
+++ b/gnu-taler-db-events/registry.rec
@@ -32,6 +32,31 @@ Value: 1002
32Name: EXCHANGE_WIRE_UPDATED 32Name: EXCHANGE_WIRE_UPDATED
33Description: Event triggered when the wire response was changed via the management API. 33Description: Event triggered when the wire response was changed via the management API.
34 34
35Value: 1003
36Name: EXCHANGE_KYC_COMPLETED
37Description: Event triggered when a user completed a KYC process.
38
39Value: 1004
40Name: EXCHANGE_EXTENSIONS_UPDATED
41Description: Event triggered when the configuration of an extension is updated.
42
43Value: 1005
44Name: EXCHANGE_PURSE_MERGED
45Description: Event triggered when a purse was merged into a reserve.
46
47Value: 1006
48Name: EXCHANGE_PURSE_DEPOSITED
49Description: Event triggered when coins are deposited into a purse.
50
51Value: 1007
52Name: EXCHANGE_DEPOSIT_STATUS_CHANGED
53Description: Event triggered when the tracking status for a deposit has changed.
54
55Value: 1008
56Name: EXCHANGE_PURSE_REFUNDED
57Description: Event triggered when any purse was refunded.
58
59
35# 1100-1199: For Taler Merchant 60# 1100-1199: For Taler Merchant
36 61
37Value: 1100 62Value: 1100
@@ -58,9 +83,66 @@ Value: 1105
58Name: MERCHANT_ORDERS_CHANGE 83Name: MERCHANT_ORDERS_CHANGE
59Description: Event triggered when the set of orders or their state changes. 84Description: Event triggered when the set of orders or their state changes.
60 85
86Value: 1106
87Name: MERCHANT_WEBHOOK_PENDING
88Description: Event triggered when a new pending webhook is ready to be run.
89
90Value: 1107
91Name: MERCHANT_REWARD_PICKUP
92Description: Event triggered when a reward is being picked up.
93
94Value: 1108
95Name: MERCHANT_WIRE_TRANSFER_CONFIRMED
96Description: Event triggered when a wire transfer is confirmed. Triggers interaction with the exchange to download details about which payments were aggregated.
97
98Value: 1109
99Name: MERCHANT_ACCOUNTS_CHANGED
100Description: Event triggered when the set of accounts has changed. Triggers restart of taler-merchant-wirewatch.
101
102Value: 1110
103Name: MERCHANT_EXCHANGE_KEYS
104Description: Event triggered when we downloaded "/keys" from an exchange and stored it in the database. Extra argument must be the exchange base URL.
105
106Value: 1111
107Name: MERCHANT_NEW_WIRE_DEADLINE
108Description: Event triggered upon successful (batch) deposit. Notifies taler-merchant-depositcheck about a potentially relevant wire deadline to wake up for. Argument is a 64-bit absolute time in network byte order.
109
110
111# 1200+: For auditor
112Value: 1200
113Name: EXCHANGE_AUDITOR_NEW_DEPOSIT_CONFIRMATION
114Description: Event triggered when there is a new deposit confirmation available.
115
116
61 117
62# 2000-2099: For Anastasis 118# 2000-2099: For Anastasis
63 119
64Value: 2000 120Value: 2000
65Name: ANASTASIS_AUTH_IBAN_TRANSFER 121Name: ANASTASIS_AUTH_IBAN_TRANSFER
66Description: A wire transfer from the target account with the correct wire transfer subject was received. \ No newline at end of file 122Description: A wire transfer from the target account with the correct wire transfer subject was received.
123
124# 3000-3099: For Libeufin
125
126Value: 3000
127Name: LIBEUFIN_TALER_INCOMING
128Description: A wire transfer with a valid reserve public key was received.
129
130# This event signals that a payment was persisted in the database,
131# and it carries the direction in its payload. Note: the direction
132# is expressed the CaMt way: CRDT or DBIT.
133Value: 3001
134Name: LIBEUFIN_REGIO_TX
135Description: A new transactions internal to Sandbox was made.
136
137# In the context of regional currencies, this event triggers the
138# wire transfer from "admin" to the exchange, in order to start a
139# Taler withdrawal.
140Value: 3002
141Name: LIBEUFIN_SANDBOX_FIAT_INCOMING
142Description: A new fiat transaction can trigger actions in Sandbox.
143
144# A fiat payment was ingested for a particular bank account. The
145# payload communicates the direction: CRDT or DBIT.
146Value: 3003
147Name: LIBEUFIN_NEXUS_TX
148Description: A new transaction was successfully ingested by Nexus.