curl --location 'https://demo-api.payswix.com/agents/v1/transactions//transfers/fee' \
--header 'X-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"amount": 10.3,
"currency": "EUR",
"account": "59208239802",
"type": "sepa",
"beneficiaryType": "company",
"beneficiaryName": "Apexora Solutions LLC"
}'{
"is_success": true,
"data": {
"type": 0,
"paymentMethod": null,
"period": null,
"feeType": "transfer",
"beneficiaryType": null,
"amount": "10.3",
"feePercent": "0",
"feeFixedAmount": "0",
"feeAmountMin": "0",
"feeAmountMax": "0",
"feeTotalAmount": "0",
"totalAmountWithFee": "10.30",
"currency": "EUR",
"name": null,
"label": null,
"value": null,
"transferProviderLocalType": null,
"amountRangeFrom": null,
"amountRangeTo": null,
"discriminator": 0,
"fee_currency": "EUR",
"display_only": false
},
"message": null
}