Skip to content

Commit 4181e45

Browse files
MantisClonegitbook-bot
authored andcommitted
GITBOOK-153: fix: clarify crypto-to-fiat sandbox
1 parent 756a123 commit 4181e45

File tree

1 file changed

+40
-13
lines changed

1 file changed

+40
-13
lines changed

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

Lines changed: 40 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,56 @@
11
---
22
description: >-
33
A Guide to Crypto-to-fiat Payments, Compliance, and Webhooks with the Request
4-
Network API (V2)
4+
Network API
55
---
66

77
# Crypto-to-fiat Payments
88

9-
{% hint style="warning" %}
10-
The Crypto-to-fiat Payments feature of the Request Network API is gated by an allowlist. This includes access to the sandbox where none of the KYC or Bank Accounts are real, and the payments use Sepolia testnet funds. 
11-
12-
To use Crypto-to-fiat Payments, an app builder (aka. platform) must:
9+
Crypto-to-fiat payments allow a Payer to pay a Request in cryptocurrency, while the Payee receives fiat currency directly in their bank account. This is achieved by combining the Request Network crypto payment with [Request Tech](https://www.request.finance/tech) offramp infrastructure. This requires prerequisite compliance (KYC/Agreement) and bank account registration (payment detail) flows.
1310

14-
1. Create an account on the [Request Network API Portal](https://portal.request.network/)
15-
2. [Book a call](https://calendly.com/mariana-rn/request-network-demo-docs) with us to request access to the Crypto-to-fiat Payments feature.
11+
[EasyInvoice](easyinvoice-api-demo-app.md) includes a reference implementation for this flow.
1612

17-
Upon approval, one of our engineers will update the Request Network API database to allow the app builder to use Crypto-to-fiat payments.
13+
{% hint style="info" %}
14+
Crypto-to-fiat payments are only available in version 2 of the Request Network API.
1815
{% endhint %}
1916

20-
{% hint style="info" %}
21-
Crypto-to-fiat payments are only available in V2 of the Request Network API.
17+
## Getting Started with Crypto-to-fiat Payments
18+
19+
### Sandbox Access - Get Started Today
20+
21+
All developers can immediately access the **Crypto-to-fiat Sandbox** to build and test their integration:
22+
23+
1. **Create an account** on the [Request Network API Portal](https://portal.request.network/)
24+
2. **Generate a Sandbox API key** with crypto-to-fiat sandbox access
25+
3. **Start building** with Sepolia testnet USDC, simulated KYC, and mock bank accounts
26+
27+
The sandbox provides a complete testing environment where you can:
28+
29+
* Test the full crypto-to-fiat flow without real funds
30+
* Simulate payer KYC verification using [mock documents](https://docs.sumsub.com/docs/verification-document-templates)
31+
* Work with mock bank account data and fiat payment status
32+
33+
{% hint style="warning" %}
34+
I**mportant: Other Payment Types Use Real Funds**
35+
36+
The "Crypto-to-fiat Sandbox" setting for API keys only affects crypto-to-fiat payments. Other payment types can process _real_ funds with any API key, even Sandbox API keys.
2237
{% endhint %}
2338

24-
Crypto-to-fiat payments let a payer pay a Request in cryptocurrency, while the payee receives fiat directly in their bank account. This is achieved by combining compliance (KYC/Agreement) and bank account registration (payment detail) flows, and combining the Request Network crypto payment with [Request Tech](https://www.request.finance/tech) offramp infrastructure.
39+
### Production Access - Launch When Ready
2540

26-
[EasyInvoice](easyinvoice-api-demo-app.md) includes a reference implementation for this flow.
41+
When you're ready to go live with real transactions:
42+
43+
1. [**Book a call**](https://calendly.com/mariana-rn/request-network-demo-docs) to request production access
44+
2. **Discuss your use case** with our team to ensure the best integration approach
45+
3. **Complete the approval process** - we'll work with you to get everything set up
46+
4. **Generate Production API keys** once approved
47+
48+
Production access includes:
49+
50+
* Real USDC transactions on mainnet
51+
* Actual KYC verification for payers
52+
* Live bank account validation
53+
* Fiat deposits to real bank accounts
2754

2855
## Understanding `clientUserId`
2956

@@ -158,7 +185,7 @@ While it is technically possible to create a crypto-to-fiat request before the p
158185
* **Bank Account Association:** The payee’s bank account ("payment details") must be linked to a specific payer, which can only be done after the payer completes KYC. This ensures compliance and accurate association of payment details.
159186
* **Validation Complexity:** Although the payee could submit their bank account details in advance, the platform cannot validate or approve these details until the payer’s KYC is complete. This would introduce additional communication steps and potential confusion.
160187
* **UI Simplicity:** EasyInvoice integrates payee bank account registration directly into the Create Invoice form. If the user clicks "Create" before the bank account is approved, a loading indicator appears until approval is granted. This avoids the need for a separate bank account management page and keeps the user experience straightforward.
161-
* Protocol Fit: The crypto-to-fiat feature is integrated at the API level, not at the Request Network protocol level. Creating a request on the protocol does not require bank account details, because the protocol itself only handles crypto payments. The additional bank account and offramp logic is layered on top via the API, which transfers crypto to Request Tech, who then executes the offramp and sends fiat to the payee’s bank account. This separation adds some complexity, so the UI is intentionally kept simple.
188+
* **Protocol Fit**: The crypto-to-fiat feature is integrated at the API level, not at the Request Network protocol level. Creating a request on the protocol does not require bank account details, because the protocol itself only handles crypto payments. The additional bank account and offramp logic is layered on top via the API, which transfers crypto to Request Tech, who then executes the offramp and sends fiat to the payee’s bank account. This separation adds some complexity, so the UI is intentionally kept simple.
162189
* **Future Flexibility:** While some clients may want to allow payees to create requests before payer KYC, this is not currently supported in EasyInvoice to avoid increased complexity. We may revisit this if there is sufficient market demand.
163190

164191
This approach ensures a smooth, compliant, and user-friendly experience, even if it means some technical possibilities are not exposed in the current UI.

0 commit comments

Comments
 (0)