Skip to content
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