🔹 Upload Member Lists – Bulk upload institution members via CSV/Excel files for processing 🔹 Request Loan Offers – Get loan offers with interest rates, fees, and repayment terms for members 🔹 Request Loans – Submit loan requests on behalf of institution members

Why Use Direct Savings API?

🔹 Fast & Reliable – Optimized for speed and uptime. 🔹 Developer-Friendly – RESTful architecture with intuitive endpoints. 🔹 Secure – HMAC signature-based authentication for secure access.

Authentication & Security

All endpoints require HMAC signature authentication via the Authorization header. You will be provided with two keys: a public key and a private key.

Authentication Process

  1. Generate HMAC Signature: Create an HMAC signature using your private key
  2. Format Authorization Header: Combine your public key and signature in the format: public_key:signature
  3. Send Request: Include the formatted value in the Authorization header

Example

Authorization: public_key:signature
Where:
  • public_key is your provided public key
  • signature is the HMAC signature generated using your private key
Contact your direct savings and loans to obtain your public and private keys.