v3/admission-payment
Developing
Request
Body Params application/json
{
"amount": 5000,
"unique_number": "ADM20250729001",
"institute_details_id": 123,
"guardian_contact": "01712345678",
"student_name": "Rahim Uddin",
"disbursement": [
{
"account_code": "TUI001",
"amount": 3000
},
{
"account_code": "DEVFEE001",
"amount": 2000
}
]
}
Request Code Samples
curl --location --request POST 'https://apidev.edufee.online/api/v3/admission-payment' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 5000,
"unique_number": "ADM20250729001",
"institute_details_id": 123,
"guardian_contact": "01712345678",
"student_name": "Rahim Uddin",
"disbursement": [
{
"account_code": "TUI001",
"amount": 3000
},
{
"account_code": "DEVFEE001",
"amount": 2000
}
]
}'
Responses
application/json Modified at 2025-07-30 07:21:01