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: request-network-api/crosschain-payments.md
+4-9Lines changed: 4 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,7 @@ description: >-
11
11
Discover how Request Network API can enhance your app's features - [book a call](https://calendly.com/mariana-rn/request-network-demo-docs) with us.
12
12
{% endhint %}
13
13
14
-
{% hint style="warning" %}
15
-
**Warning:** Crosschain payments are currently only available in our staging environment at [https://api.stage.request.network](https://api.stage.request.network) and are not ready for production use. Use with caution.
16
-
{% endhint %}
17
-
18
-
Crosschain payments allow users to pay a request using a stablecoin from a different blockchain network than the one specified on the request. For example, a payer can pay a request for USDC on Base using USDT from their Polygon wallet.
14
+
Crosschain payments allow users to pay a request using a stablecoin from a different blockchain network than the one specified on the request. For example, a payer can pay a request for USDC on Base using USDT from their Optimism wallet.
19
15
20
16
## Benefits
21
17
@@ -28,7 +24,6 @@ Crosschain payments allow users to pay a request using a stablecoin from a diffe
28
24
29
25
Crosschain payments are supported on the following blockchain networks:
30
26
31
-
* Polygon
32
27
* Base
33
28
* Optimism
34
29
* Arbitrum
@@ -53,7 +48,7 @@ The following stablecoins are supported for crosschain payments on both the send
53
48
To enable crosschain payments, the request must be created with the following parameters:
54
49
55
50
*`paymentCurrency` included in the [#supported-stablecoins](crosschain-payments.md#supported-stablecoins"mention") and [#supported-networks](crosschain-payments.md#supported-networks"mention"). 
56
-
*`amount` greater than 2 - _executing_ crosschain payments under 2 stablecoins is not allowed, even though _creating_ requests has no restrictions on `amount` .
51
+
*`amount` greater than 1 - _executing_ crosschain payments under 1 stablecoins is not allowed, even though _creating_ requests has no restrictions on `amount` .
57
52
58
53
For more details about creating requests, please see the [#v1-request](create-and-pay-requests.md#v1-request"mention") endpoint.
59
54
@@ -74,9 +69,9 @@ Routes that offer a _balanced_ combination of lower fees and faster processing t
74
69
75
70
The API may return samechain routes if the payer address has supported currencies on the same chain as the `paymentCurrency` .
76
71
77
-
* Example: `paymentCurrency` is USDC on Polygon, and the payer has USDT on Polygon
72
+
* Example: `paymentCurrency` is USDC on Base, and the payer has USDT on Base
78
73
* Gassless transactions - the transaction fees are added on top of the request amount
79
-
* No native token (ETH, POL, etc..) needed for gas
0 commit comments