Skip to content

Commit 756a123

Browse files
rodrigopavezigitbook-bot
authored andcommitted
GITBOOK-152: Rodrigo's May 29 changes - Fixes for Sequence Diagrams
1 parent 98276a5 commit 756a123

File tree

2 files changed

+38
-4
lines changed

2 files changed

+38
-4
lines changed

docs/request-network-api/create-and-pay-requests.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ At its core, the Request Network API empowers you to:
3232
[https://api.request.network/open-api/openapi.json](https://api.request.network/open-api/openapi.json)
3333
{% endopenapi %}
3434

35-
36-
3735
{% openapi src="https://api.request.network/open-api/openapi.json" path="/v1/request/{paymentReference}/pay" method="get" %}
3836
[https://api.request.network/open-api/openapi.json](https://api.request.network/open-api/openapi.json)
3937
{% endopenapi %}
@@ -42,15 +40,22 @@ At its core, the Request Network API empowers you to:
4240
[https://api.request.network/open-api/openapi.json](https://api.request.network/open-api/openapi.json)
4341
{% endopenapi %}
4442

45-
46-
4743
For detailed information on all available endpoints and their parameters, please refer to the full [Request Network API Reference](https://api.request.network/open-api)
4844

4945
## Create and Pay Request Workflow
5046

5147
The following diagram illustrates the typical flow for creating and paying requests using the Request Network API:
5248

5349
```mermaid fullWidth="false"
50+
---
51+
config:
52+
fontSize: 10
53+
sequence:
54+
wrap: true
55+
actorMargin: 90
56+
width: 100
57+
height: 50
58+
---
5459
sequenceDiagram
5560
actor User
5661
participant App

docs/request-network-api/crypto-to-fiat-payments.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,16 @@ Before a payer can use crypto-to-fiat, they must complete compliance steps:
5555
### **Compliance Flow Diagram**
5656

5757
```mermaid
58+
---
59+
config:
60+
fontSize: 10
61+
sequence:
62+
wrap: true
63+
actorMargin: 90
64+
width: 100
65+
height: 30
66+
---
67+
5868
sequenceDiagram
5969
participant Payer
6070
participant Platform
@@ -109,6 +119,16 @@ Before a payer can pay in crypto and the payee can receive fiat, the platform mu
109119
### **Payment Details Flow Diagram**
110120

111121
```mermaid fullWidth="false"
122+
---
123+
config:
124+
fontSize: 10
125+
sequence:
126+
wrap: true
127+
actorMargin: 90
128+
width: 100
129+
height: 30
130+
---
131+
112132
sequenceDiagram
113133
participant Payee
114134
participant Platform
@@ -168,6 +188,15 @@ The payer pays in crypto; Request Tech handles offramping and fiat payout.
168188
### **Payment Flow Diagram**
169189

170190
```mermaid
191+
---
192+
config:
193+
fontSize: 10
194+
sequence:
195+
wrap: true
196+
actorMargin: 50
197+
width: 70
198+
height: 30
199+
---
171200
sequenceDiagram
172201
participant Payer
173202
participant Platform

0 commit comments

Comments
 (0)