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/payment' \
--header 'Authorization: Bearer <token>' \
--form 'invoice="Inv_930614409"' \
--form 'amount="1220"' \
--form 'student_id="1"' \
--form 'institute_details_id="1"'
Responses
application/json
Modified at 2025-03-27 08:47:01