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 theAuthorization header. You will be provided with two keys: a public key and a private key.
Authentication Process
- Generate HMAC Signature: Create an HMAC signature using your private key
- Format Authorization Header: Combine your public key and signature in the format:
public_key:signature - Send Request: Include the formatted value in the
Authorizationheader
Example
public_keyis your provided public keysignatureis the HMAC signature generated using your private key
Contact your direct savings and loans to obtain your public and private keys.
