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: docusaurus-docs/src/pages/receiving-payments-jit.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Receiving Payments - Nubank alternative JIT flow
1
+
# Receiving Payments - alternative JIT flow
2
2
3
3
This guide outlines the process for platforms to receive payments from UMA addresses, but with an alternative just in time (JIT) user information flow.
4
4
@@ -10,8 +10,8 @@ The following sequence diagram illustrates the interaction between your platform
10
10
sequenceDiagram
11
11
participant Sender as External Sender
12
12
participant UMAaaS as UMAaaS API
13
-
participant Client as Nubank
14
-
participant Bank as Lead Bank
13
+
participant Client as Platform
14
+
participant Bank as Bank
15
15
16
16
Note over Client, UMAaaS: One-time setup
17
17
Client->>UMAaaS: PUT /config (set domain, webhook URL)
0 commit comments