Pathargadia, Patia, Bhubaneswar 9.00 am - 9.00 pm
info@evableindia.com +919114555173

Evable India API Documentation

Version 2.0 | Last Updated: October 2025

Welcome to Evable India's comprehensive API documentation. Our RESTful APIs enable seamless integration with our fintech, lending, KYC, and other enterprise solutions.

Getting Started

Prerequisites
  • Active Evable India account
  • API credentials (API Key & Secret)
  • Understanding of RESTful API principles
  • HTTPS enabled environment
Base URL
https://api.evableindia.com/v2/

Authentication

All API requests require authentication using API keys. Include your API key in the request header:

Authorization: Bearer YOUR_API_KEY
Content-Type: application/json
X-API-Version: 2.0
Security Note: Never expose your API keys in client-side code or public repositories.

Available APIs

Fintech API

Integrate payment processing, wallet management, and transaction services.

Key Endpoints:
  • POST /payments/initiate - Initiate a payment transaction
  • GET /payments/{id} - Get payment status
  • POST /wallet/balance - Check wallet balance
  • POST /wallet/transfer - Transfer funds between wallets
View Full Documentation

Lending API

Access loan origination, credit scoring, and disbursement services.

Key Endpoints:
  • POST /loans/apply - Submit loan application
  • GET /loans/{id}/status - Check application status
  • POST /credit/score - Get credit score
  • POST /loans/disburse - Disburse approved loan
View Full Documentation

KYC Verification API

Implement identity verification, document validation, and compliance checks.

Key Endpoints:
  • POST /kyc/verify/aadhaar - Verify Aadhaar card
  • POST /kyc/verify/pan - Verify PAN card
  • POST /kyc/verify/bank - Bank account verification
  • GET /kyc/status/{id} - Get verification status
View Full Documentation

Insurance API

Integrate insurance policy management, premium calculation, and claims processing.

Key Endpoints:
  • POST /insurance/quote - Get insurance quote
  • POST /insurance/policy - Create new policy
  • POST /insurance/claim - File insurance claim
  • GET /insurance/policies - List all policies
View Full Documentation

Response Format

All API responses follow a standard JSON format:

{
    "status": "success",
    "code": 200,
    "message": "Request processed successfully",
    "data": {
        // Response data object
    },
    "timestamp": "2025-10-19T10:30:00Z"
}

Error Codes

Code Status Description
200 OK Request successful
201 Created Resource created successfully
400 Bad Request Invalid request parameters
401 Unauthorized Invalid or missing API credentials
403 Forbidden Insufficient permissions
404 Not Found Resource not found
429 Too Many Requests Rate limit exceeded
500 Internal Server Error Server error occurred

Rate Limits

API Rate Limits
  • Standard Tier: 1,000 requests per hour
  • Professional Tier: 10,000 requests per hour
  • Enterprise Tier: Custom rate limits available

Support & Resources

Developer Portal

Access SDKs, code samples, and testing tools

Visit Portal
API Support

Get help from our technical team

Contact Support
Tutorials

Step-by-step integration guides

View Tutorials

Ready to Get Started?

Request API access and start integrating our services today

Request API Access