get account info
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request samples
curl --location --request GET 'https://apidev.edufee.online/api/fees-management/mapping/account-info'
Responses
application/json {
"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"
}
]
}
}
}
Modified at 2024-11-28 05:07:39