Retrieves fee for a given voucher amount and currency.
curl --request GET \ --url https://staging-vouchers.ventogram.com/api/v1/voucher-fee
{ "success": true, "message": "<string>", "data": { "voucherFee": 123 } }
Voucher amount
Voucher currency
NGN
USD
successful operation
The response is of type object.
object