From de541ce34e3a5e6a421087e1ea1a196bd20c9ab6 Mon Sep 17 00:00:00 2001 From: pclaesen <42892965+pclaesen@users.noreply.github.com> Date: Wed, 11 Jun 2025 06:29:55 +0000 Subject: [PATCH 1/2] Fix: Fix 2 broken links in Batch Payments, fix typo in Crosschain Payments. --- docs/request-network-api/batch-payments.md | 4 ++-- docs/request-network-api/crosschain-payments.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/request-network-api/batch-payments.md b/docs/request-network-api/batch-payments.md index 63944e9..b992a13 100644 --- a/docs/request-network-api/batch-payments.md +++ b/docs/request-network-api/batch-payments.md @@ -176,7 +176,7 @@ Batch payments support mixing different payment types in a single transaction: * **ERC20 Token Payments**: Standard token transfers * **Native Token Payments**: ETH, MATIC, etc. -* [**Conversion Payments**](https://vscode-file/vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-sandbox/workbench/workbench.html): Requests denominated in one currency but paid in another (e.g., USD invoices paid with USDC) +* [**Conversion Payments**](https://docs.request.network/advanced/request-network-sdk/sdk-guides/payment/conversion-request): Requests denominated in one currency but paid in another (e.g., USD invoices paid with USDC) ## Key Implementation Notes @@ -215,6 +215,6 @@ See the batch payment feature in action in our EasyInvoice demo application: {% embed url="https://youtu.be/craVMSj8PRs" %} -For detailed information on all available endpoints and their parameters, please refer to the full [Request Network API Reference](https://vscode-file/vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-sandbox/workbench/workbench.html). +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). For more implementation details, explore the [EasyInvoice source code](https://github.com/RequestNetwork/easy-invoice). diff --git a/docs/request-network-api/crosschain-payments.md b/docs/request-network-api/crosschain-payments.md index 4705249..7925733 100644 --- a/docs/request-network-api/crosschain-payments.md +++ b/docs/request-network-api/crosschain-payments.md @@ -71,7 +71,7 @@ When fetching payment routes, each route displays the total estimated fees in th 1. **Gas Fees:** - The total fee includes all gas costs incurred by the payment processor wallet for processing the transaction. this covers: + The total fee includes all gas costs incurred by the payment processor wallet for processing the transaction. This covers: \- Transferring tokens from the payer's wallet. From 10af35e5e8c7e627b41d3c59e03a8dbd0b7a594a Mon Sep 17 00:00:00 2001 From: pclaesen <42892965+pclaesen@users.noreply.github.com> Date: Wed, 11 Jun 2025 11:55:15 +0000 Subject: [PATCH 2/2] Fix: Update link after comment --- docs/request-network-api/batch-payments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/request-network-api/batch-payments.md b/docs/request-network-api/batch-payments.md index b992a13..b7af7ba 100644 --- a/docs/request-network-api/batch-payments.md +++ b/docs/request-network-api/batch-payments.md @@ -176,7 +176,7 @@ Batch payments support mixing different payment types in a single transaction: * **ERC20 Token Payments**: Standard token transfers * **Native Token Payments**: ETH, MATIC, etc. -* [**Conversion Payments**](https://docs.request.network/advanced/request-network-sdk/sdk-guides/payment/conversion-request): Requests denominated in one currency but paid in another (e.g., USD invoices paid with USDC) +* [**Conversion Payments**](https://docs.request.network/glossary#conversion-payment): Requests denominated in one currency but paid in another (e.g., USD invoices paid with USDC) ## Key Implementation Notes