FeeV2
Contains details on the fees for the payment - type, amount and currency of the fee
typestring
Fee type:
- FX - Applies when customer's fiat currency is not EUR
- NETWORK - Goes to a blockchain network for transferring a digital asset on that network
- TRANSACTION - Fee charged by Paysafe for the Transaction
- PARTNER - Fee charged on top of the Transaction and FX fee, shared with the Skrill Referral Partner
Possible values: [TRANSACTION
, PARTNER
, FX
, NETWORK
]
Example:
PARTNER
amountnumber
Fee amount
Example:
9.89
currencystring
Fee currency
Example:
USD
FeeV2
{
"type": "PARTNER",
"amount": 9.89,
"currency": "USD"
}