curl --request PUT \
--url https://olive-gateway-a6ba.onrender.com/api/v1/fee-settings \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"fee_type": "percentage",
"party_type": "<string>",
"transaction_type": "<string>"
}
'{}Update existing or create new fee settings (admin only)
curl --request PUT \
--url https://olive-gateway-a6ba.onrender.com/api/v1/fee-settings \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"fee_type": "percentage",
"party_type": "<string>",
"transaction_type": "<string>"
}
'{}API Key for third-party integrations (WhatsApp, Smart PAY, VULT). Format: 'Bearer olive_live_xxxxxxxxxxxxx'
Fee settings configuration
OK
The response is of type object.