Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params multipart/form-data
Request Code Samples
curl --location 'https://apidev.edufee.online/api/open-payment/10001/setups' \
--header 'Authorization: Bearer <token>' \
--form 'academic_year=""' \
--form 'fee_head=""' \
--form 'student_id=""'
Responses
application/json
Modified at 2026-03-28 12:16:31