{
"onBehalfOf": "string",
"sourceBankBicOrCode": "string",
"sourceAccountNumber": "string",
"sourceCurrencyIso3Code": "string",
"sourceCountryIso3Code": "string",
"beneficiaryId": "string"
}
curl --location --request POST 'https://api-gateway-uat.mmacs.io/platform/payment-service/api/v1/transfer/get-transfer-fee' \
--header 'Content-Type: application/json' \
--data-raw '{
"onBehalfOf": "string",
"sourceBankBicOrCode": "string",
"sourceAccountNumber": "string",
"sourceCurrencyIso3Code": "string",
"sourceCountryIso3Code": "string",
"beneficiaryId": "string"
}'
{
"data": {
"feeCurrency": "string",
"feeAmount": 0,
"isFeePercentage": true,
"fields": [
{
"name": "string",
"isMandatory": true,
"type": "NUMBER",
"options": [
"string"
]
}
]
},
"error": {}
}