- Operation Portal
- Auth
- Role and Permission
- Global data
- Merchant
- wallet
- Common API
- Device Map
- Back office
- Auth
- Institute
- Payments
- admission
- Global data
- Modules/submodules/features
- Packages
- General Config
- Institute Portal
- Auth
- Fees Management
- HR Management
- Student Management
- Master Settings
- Role and Permission
- Open Portal
- Admission
- Common API
- SMS
- Subject Config
- Shared API
- Admission User Portal
- SPG Server end test
- Public Api
- Payment Portal
- Dont Exec
Merchant Create
Developing
POST
/api/operation-portal/merchant
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Body Params multipart/form-data
wallet_no
stringÂ
optional
wallet_code
stringÂ
optional
institute_type
stringÂ
optional
institute_name
stringÂ
optional
custom_institute_name
stringÂ
optional
bank_acc
stringÂ
optional
pin_code
stringÂ
optional
portal
stringÂ
optional
pay_partner_name
stringÂ
optional
institute_id
stringÂ
optional
name
stringÂ
optional
email
stringÂ
optional
mobile
stringÂ
optional
password
stringÂ
optional
address
stringÂ
optional
upozilla
stringÂ
optional
district
stringÂ
optional
role
stringÂ
optional
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
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
🟢200OK
application/json
Body
object {0}
Example
{}