Skip to content

Fix: Fix 2 broken links in Batch Payments, fix typo in Crosschain Pay… #112

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 11, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/request-network-api/batch-payments.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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).
2 changes: 1 addition & 1 deletion docs/request-network-api/crosschain-payments.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down