Merchant Create
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params multipart/form-data
custom_institute_name
stringÂ
optionaldropdown/ role name not id
Request samples
curl --location --request POST 'https://apidev.edufee.online/api/operation-portal/merchant' \
--form 'wallet_no=""' \
--form 'wallet_code=""' \
--form 'institute_type=""' \
--form 'institute_name=""' \
--form 'custom_institute_name=""' \
--form 'bank_acc=""' \
--form 'pin_code=""' \
--form 'portal=""' \
--form 'pay_partner_name=""' \
--form 'institute_id=""' \
--form 'name=""' \
--form 'email=""' \
--form 'mobile=""' \
--form 'password=""' \
--form 'address=""' \
--form 'upozilla=""' \
--form 'district=""' \
--form 'role=""'
Responses
application/json Modified at 2024-10-27 04:48:49