Fee-Syncer bridges your school's fees management system and your bank's payment gateway. It validates bills before payment, records transactions the moment they land, and keeps student fee balances in sync automatically.
When a parent initiates a payment the gateway calls our bill-validation endpoint to confirm the student reference and outstanding balance before the transaction is authorised.
The bank gateway posts a notification the moment a transaction completes. Fee-Syncer records it immediately and updates both the payer and parent records, so your finance office sees confirmed payments without manual reconciliation.
Student records and fee balances are pulled from your fees API on a schedule — every few minutes for balances, every few hours for the full student roll — so the gateway always works from fresh data.
Each institution gets its own isolated data environment. One deployment serves any number of schools, with complete data separation between them.
Each school's API credentials are encrypted at rest. Webhook endpoints require no shared secret — authentication is handled at the network level by the gateway.
Clean JSON endpoints for bill validation, payment notifications, transaction queries, and fee balance lookups. Versioned URLs ensure payment gateway integrations never break.
Bank integrations
Institutions currently connected to the payment gateway.
Onboarded 2 hours ago
Onboarded 1 hour ago
Onboarded 1 hour ago
/bill-validation endpoint. Fee-Syncer confirms the student exists and returns the outstanding balance./bill-notification endpoint. The transaction is recorded instantly and both the payer and parent records are updated immediately.Each school's data lives in its own isolated database environment — no student records are ever shared between institutions. API credentials are encrypted at rest, and all webhook endpoints are authenticated at the network level by the bank gateway.
Review the API reference to configure your payment gateway, or sign in to the admin portal to manage schools and monitor sync jobs.