Use this end point to retrieve or find fee details.
Returns the list of fees with details
Bad request
Unauthorized
Program not found
Server Error
curl -i -X GET \ 'https://qvapikeybank.qolopay.com/api/{version}/fees?program_guid=497f6eca-6276-4993-bfeb-53cbbbba6f08&request_code=string' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
[- {
- "request_code": "string",
- "request_code_description": "string",
- "fee_request_code": "string",
- "fee_request_description": "string",
- "fee_amount": 0,
- "fee_percent": 0,
- "fee_percent_min_amount": 0,
- "fee_percent_max_amount": 0,
- "fee_applyto": "string",
- "trigger_event_type": "string",
- "fee_variations": [
- {
- "fee_amount": 0,
- "fee_percent": 0,
- "fee_percent_min_amount": 0,
- "fee_percent_max_amount": 0,
- "fee_variation_description": "string",
- "set_name": "string",
- "set_list": "string"
}
]
}
]