- 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
spg testing
Developing
POST
/api/payment
Request
Body Params multipart/form-data
invoice
stringÂ
optional
Example:
Inv_930614409
amount
stringÂ
optional
Example:
1220
student_id
stringÂ
optional
Example:
1
institute_details_id
stringÂ
optional
Example:
1
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/payment' \
--form 'invoice="Inv_930614409"' \
--form 'amount="1220"' \
--form 'student_id="1"' \
--form 'institute_details_id="1"'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}