aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMS <ms@taler.net>2023-04-11 13:13:26 +0200
committerMS <ms@taler.net>2023-04-11 13:13:26 +0200
commit4ea85911d0c396dda34ee5f0ae9d5bf8b19c966e (patch)
treee755dd9c1b22666311484035eff3e94873f2b1a1
parent59de2acb7c716c816ed15786b5369e56c325770c (diff)
downloadgana-4ea85911d0c396dda34ee5f0ae9d5bf8b19c966e.tar.gz
gana-4ea85911d0c396dda34ee5f0ae9d5bf8b19c966e.zip
libeufin DB events
-rw-r--r--gnu-taler-db-events/registry.rec23
1 files changed, 23 insertions, 0 deletions
diff --git a/gnu-taler-db-events/registry.rec b/gnu-taler-db-events/registry.rec
index 5f7236a..25b02ea 100644
--- a/gnu-taler-db-events/registry.rec
+++ b/gnu-taler-db-events/registry.rec
@@ -90,3 +90,26 @@ Description: A wire transfer from the target account with the correct wire trans
90Value: 3000 90Value: 3000
91Name: LIBEUFIN_TALER_INCOMING 91Name: LIBEUFIN_TALER_INCOMING
92Description: A wire transfer with a valid reserve public key was received. 92Description: A wire transfer with a valid reserve public key was received.
93
94# In the context of regional currencies, this event follows a
95# wire transfer to "admin", and the reaction should be the payment
96# of a cash-out operation in fiat. Another use allows Nexus to
97# long poll on regio payments, instead of looping each second --
98# as it currently does.
99Value: 3001
100Name: LIBEUFIN_REGIO_INCOMING
101Description: A new transactions internal to Sandbox was made.
102
103# In the context of regional currencies, this event triggers the
104# wire transfer from "admin" to the exchange, in order to start a
105# Taler withdrawal.
106Value: 3002
107Name: LIBEUFIN_SANDBOX_FIAT_INCOMING
108Description: A new fiat transaction can trigger actions in Sandbox.
109
110# A fiat payment was ingested for a particular bank account. If any
111# HTTP client requested on GET /transactions - Sandbox' conversion service
112# does -, it can be waken up.
113Value: 3003
114Name: LIBEUFIN_NEXUS_FIAT_INCOMING
115Description: A new fiat transaction can trigger actions in Sandbox.