Overview
Platform fees let your product collect an additional fee during payment execution. To configure a platform fee, pass:feePercentagefeeAddress
Required Parameters
Fee percentage to apply at payment time (for example
"2.5" for 2.5%).Wallet address that receives the platform fee.
Validation Rules
feePercentagemust be a number between0and100feeAddressmust be a valid blockchain address- On
GET /v2/request/{requestId}/paythese are query parameters; onPOST /v2/payoutsandPOST /v2/payouts/batchthey’re body parameters
Endpoint Usage
Use platform fee parameters on these endpoints:How to Add Platform Fees
1
Choose your fee policy
Set the percentage and receiver address used by your platform.
2
Pass fee parameters on payment call
Add
feePercentage and feeAddress to the payment endpoint call.3
Execute payment as usual
The API returns payment payloads that include fee handling. Your app executes the returned transactions as usual.
Integration Examples
Request-based payment
cURL
Direct payout
cURL
Batch payout
cURL
Related Pages
Protocol Fees
Understand Request Network protocol-level fees.
Fee Breakdowns
Inspect fee line items returned by API responses.