Docs
API DOCUMENTATION
Build on EduWallet
The EduWallet REST API powers verification, payments, student data, and integrations. Base URL: https://api.eduwallet.ug
Authentication
Bearer tokens, scopes, rotation.
Endpoints
Verification, students, payments.
Webhooks
Signed HTTPS callbacks.
Rate limits
Per-endpoint quotas.
Sandbox
Use the sandbox environment at https://sandbox.api.eduwallet.ug for testing.
Sandbox tokens start with sk_test_... and never move real money.
SDKs
TypeScript
Stable
npm install @eduwallet/sdkPython
Beta
pip install eduwalletPHP
Coming soon
composer require eduwallet/sdk