You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: packages/documentation/src/content/docs/integration/event-handlers.md
+10
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ Rafiki communicates with the Account Servicing Entity over webhook events, as me
9
9
The `incoming_payment.created` event indicates that an incoming payment has been created. It has not yet received any funds so no action is required. The webhook event is informational and allows the Account Servicing Entity to display upcoming incoming payments to their users.
10
10
11
11
```mermaid
12
+
12
13
sequenceDiagram
13
14
14
15
participant ASE as Account Servicing Entity
@@ -25,6 +26,7 @@ The `incoming_payment.completed` event indicates that an incoming payment has be
25
26
Example: An incoming payment was completed and received $10.
26
27
27
28
```mermaid
29
+
28
30
sequenceDiagram
29
31
30
32
participant ASE as Account Servicing Entity
@@ -42,6 +44,7 @@ The `incoming_payment.expired` event indicates that an incoming payment has expi
42
44
Example: An incoming payment has expired and received $2.55.
43
45
44
46
```mermaid
47
+
45
48
sequenceDiagram
46
49
47
50
participant ASE as Account Servicing Entity
@@ -59,6 +62,7 @@ The `outgoing_payment.created` event indicates that an outgoing payment has been
59
62
Example: An outgoing payment for $12 has been created.
60
63
61
64
```mermaid
65
+
62
66
sequenceDiagram
63
67
64
68
participant ASE as Account Servicing Entity
@@ -76,6 +80,7 @@ The `outgoing_payment.completed` event indicates that an outgoing payment has su
76
80
Example: An outgoing payment for $12 has been completed. $11.50 were sent. The Account Servicing Entity keeps $0.50 as fees.
77
81
78
82
```mermaid
83
+
79
84
sequenceDiagram
80
85
81
86
participant ASE as Account Servicing Entity
@@ -93,6 +98,7 @@ The `outgoing_payment.failed` event indicates that an outgoing payment has eithe
93
98
Example: An outgoing payment for $12 has failed. $8 were sent.
94
99
95
100
```mermaid
101
+
96
102
sequenceDiagram
97
103
98
104
participant ASE as Account Servicing Entity
@@ -110,6 +116,7 @@ The `payment_pointer.web_monetization` event indicates that a payment pointer ha
110
116
Example: A payment pointer received $0.33
111
117
112
118
```mermaid
119
+
113
120
sequenceDiagram
114
121
115
122
participant ASE as Account Servicing Entity
@@ -127,6 +134,7 @@ The `payment_pointer.not_found` event indicates that a [payment pointer](/refere
127
134
Example: The payment pointer `https://example-wallet.com/carla_garcia` was requested but does not yet exist
128
135
129
136
```mermaid
137
+
130
138
sequenceDiagram
131
139
132
140
participant ASE as Account Servicing Entity
@@ -143,6 +151,7 @@ The `asset.liquidity_low` event indicates that the liquidity of an [asset](../re
143
151
Example: The asset liquidity for USD (scale: 2) drops below 100.00 USD.
144
152
145
153
```mermaid
154
+
146
155
sequenceDiagram
147
156
148
157
participant ASE as Account Servicing Entity
@@ -159,6 +168,7 @@ The `peer.liquidity_low` event indicates that the liquidity of a [peer](../refer
159
168
Example: The peer liquidity for Happy Life Bank drops below 100.00 USD.
0 commit comments