Update or create fee settings
Fees
Update Fee Setting
Create or update fee setting (upsert)
PUT
Update or create fee settings
Documentation Index
Fetch the complete documentation index at: https://docs.vultlocal.com/llms.txt
Use this file to discover all available pages before exploring further.
Update Fee Setting
Create or update a fee setting. Uses upsert - creates if not exists, updates if exists.Endpoint
Authentication
Bearer token (Admin JWT)
Request Body
Transaction type
Party type:
sender, recipient, agent, processorFee calculation:
percentage or flatFee value (percentage 0-100 or flat amount in SLE)
Apply fee on debit transactions
Apply fee on credit transactions
Example
Validation
- Percentage fee cannot exceed 100%
- Fee value must be >= 0
Errors
| Code | Description |
|---|---|
| 400 | Invalid request or percentage exceeds 100% |
| 401 | Unauthorized |
| 500 | Internal server error |
Authorizations
API Key for third-party integrations (WhatsApp, Smart PAY, VULT). Format: 'Bearer olive_live_xxxxxxxxxxxxx'
Body
application/json
Fee settings configuration
Response
OK
The response is of type object.