- Operation Portal
- Auth
- Role and Permission
- Global data
- Merchant
- wallet
- Common API
- Device Map
- Back office
- Institute Portal
- Auth
- Fees Management
- Startup
- Mapping
- Amount Set
- Date setup
- Waiver
- remove
- Quick Collection
- 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
get account info
Developing
GET
/api/fees-management/mapping/account-info
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
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 GET 'https://apidev.edufee.online/api/fees-management/mapping/account-info'
Responses
🟢200Success
application/json
Body
object {0}
Example
{
"errors": null,
"message": "Success",
"status_code": 200,
"payload": {
"data": {
"bank_info": [
{
"id": 2,
"institute_details_id": 1,
"username": "01770618567",
"password": "D7DaC<*E*eG",
"app_key": "0vWQuCRGiUX7EPVjQDr0EUAYtc",
"app_secret": "jcUNPBgbcqEDedNKdvE4G1cAK7D3hCjmJccNPZZBq96QIxxwAMEx",
"created_at": "2024-11-19T07:03:44.000000Z",
"updated_at": "2024-11-19T07:03:44.000000Z"
}
]
}
}
}