Skip to content

Commit ca3db8c

Browse files
committed
GITBOOK-136: fix: remove incomplete sentence and minor grammar mistake
1 parent deac64e commit ca3db8c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

request-network-api/crosschain-payments.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Discover how Request Network API can enhance your app's features - [book a call]
1515
**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.
1616
{% endhint %}
1717

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 an request for USDC on Base using USDT from their Polygon wallet.
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.
1919

2020
## Benefits
2121

@@ -55,8 +55,6 @@ To enable crosschain payments, the request must be created with the following pa
5555
* `paymentCurrency` included in the [#supported-stablecoins](crosschain-payments.md#supported-stablecoins "mention") and [#supported-networks](crosschain-payments.md#supported-networks "mention"). 
5656
* `amount` greater than 2 - _executing_ crosschain payments under 2 stablecoins is not allowed, even though _creating_ requests has no restrictions on `amount` .
5757

58-
 even though _creating_ requests for under 2 stablecoins is a
59-
6058
For more details about creating requests, please see the [#v1-request](create-and-pay-requests.md#v1-request "mention") endpoint.
6159

6260
### 2. Payment route fetching

0 commit comments

Comments
 (0)