Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8728f97

Browse files
MantisClonegitbook-bot
authored andcommitted
GITBOOK-147: refactor: crypto-to-fiat headings
1 parent 03387df commit 8728f97

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Crypto-to-fiat payments let a payer pay a Request in cryptocurrency, while the p
1414

1515
[EasyInvoice](easyinvoice-api-demo-app.md) includes a reference implementation for this flow.
1616

17-
### Understanding `clientUserId`
17+
## Understanding `clientUserId`
1818

1919
Many `/payer` endpoints in the Request Network API require a `clientUserId` as a path parameter. This value is an **arbitrary identifier** chosen by your platform to represent a user (the payer) in your own system.
2020

@@ -33,7 +33,7 @@ GET /v2/payer/{clientUserId}/payment-details
3333

3434
In each case, replace `{clientUserId}` with your chosen identifier for the user.
3535

36-
## 1. Compliance & Payer Onboarding
36+
## Compliance & Payer Onboarding
3737

3838
Before a payer can use crypto-to-fiat, they must complete compliance steps:
3939

@@ -87,7 +87,7 @@ sequenceDiagram
8787
[Broken link](broken-reference)
8888
{% endopenapi-operation %}
8989

90-
### 2. Setting Up a Crypto-to-Fiat Request (Payee Flow)
90+
## Setting Up a Crypto-to-Fiat Request (Payee Flow)
9191

9292
Before a payer can pay in crypto and the payee can receive fiat, the platform must:
9393

@@ -142,7 +142,7 @@ In EasyInvoice, the Payee Bank Account Registration is integrated directly into
142142
[Broken link](broken-reference)
143143
{% endopenapi-operation %}
144144

145-
## 3. Paying a Crypto-to-Fiat Request
145+
## Paying a Crypto-to-Fiat Request
146146

147147
The payer pays in crypto; Request Tech handles offramping and fiat payout.
148148

0 commit comments

Comments
 (0)