Merchant Fees
Configure fee structures for your payment processing. WickiePay supports flexible fee models for both payment-in and payout transactions.
Fee Structure
Fees are applied per transaction and can be configured as:
| Fee Type | Description | Example |
|---|---|---|
| Percentage | A percentage of the transaction amount | 1.5% of EUR 100 = EUR 1.50 |
| Fixed | A flat fee per transaction | EUR 0.50 per transaction |
| Combined | Percentage + fixed fee | 1.0% + EUR 0.25 |
Fee Configuration
Fees are configured at the merchant or channel level via the WickiePay Portal or API.
Via Portal
- Navigate to Merchant Settings > Fees
- Set fee structure for Payment In and Payment Out separately
- Configure per-currency overrides if needed
Fee Transparency
Fees are included in the API response for every payment:
{
"uuid": "payment-uuid",
"displayCurrency": {
"currency": "EUR",
"amount": 100.00
},
"feeCurrency": {
"currency": "EUR",
"amount": 1.50
},
"netAmount": {
"currency": "EUR",
"amount": 98.50
}
}
Network Fees
Blockchain network fees (gas fees) are separate from merchant fees:
- Payment In — Network fees are paid by the customer
- Payment Out — Network fees are deducted from the payout amount or charged to the merchant (configurable)
Next Steps
- Channels — Configure payment channels with specific fee structures
- Supported Assets — View network fees per blockchain