Skip to content

Commit 1aff6f0

Browse files
authored
Remove company names from details (#24)
1 parent 5c0257b commit 1aff6f0

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

docusaurus-docs/src/pages/receiving-payments-jit.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Receiving Payments - Nubank alternative JIT flow
1+
# Receiving Payments - alternative JIT flow
22

33
This guide outlines the process for platforms to receive payments from UMA addresses, but with an alternative just in time (JIT) user information flow.
44

@@ -10,8 +10,8 @@ The following sequence diagram illustrates the interaction between your platform
1010
sequenceDiagram
1111
participant Sender as External Sender
1212
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
1515
1616
Note over Client, UMAaaS: One-time setup
1717
Client->>UMAaaS: PUT /config (set domain, webhook URL)

docusaurus-docs/src/pages/sending-payments-jit.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Sending Payments - Nubank alternative JIT flow
1+
# Sending Payments - alternative JIT flow
22

33
This guide outlines the process for platforms to send payments to UMA addresses, but with an alternative just in time (JIT) user information flow.
44

@@ -8,8 +8,8 @@ The following sequence diagram illustrates the interaction between your platform
88

99
```mermaid
1010
sequenceDiagram
11-
participant Bank as Lead Bank
12-
participant Client as Nubank
11+
participant Bank as Bank
12+
participant Client as Platform
1313
participant UMAaaS as UMAaaS API
1414
participant Counterparty as UMA Counterparty
1515

0 commit comments

Comments
 (0)