improved
Fees in Payment Callback
over 1 year ago by CoinGate
Added fees
parameter in Payment Callback
Fees are only displayed in the Callback response if order is - Paid or Refunded or Partially refunded
"fees": [{
"type": "processing_fee",
"amount": "123.45",
"currency": {
"id": 2,
"symbol": "EUR"
}
}]