Skip to main content

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 TypeDescriptionExample
PercentageA percentage of the transaction amount1.5% of EUR 100 = EUR 1.50
FixedA flat fee per transactionEUR 0.50 per transaction
CombinedPercentage + fixed fee1.0% + EUR 0.25

Fee Configuration

Fees are configured at the merchant or channel level via the WickiePay Portal or API.

Via Portal

  1. Navigate to Merchant Settings > Fees
  2. Set fee structure for Payment In and Payment Out separately
  3. 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