🔌

Cheapkart Partner Portal

Sign in to manage your B2B API integrations & products

💰 Cheapkart Partner Portal
Partner Company KYC Pending Bank Pending 🚪 Logout
⚠️ Your KYC & Bank Verification is currently Pending Super Admin Approval. Lead submission APIs will activate once approved.
Total API Leads
0
Approved Leads
0
Approval Rate
0%
Allocated Products
0

📦 Your Allocated Products & Bank Redirect Links

Product ID Product Name Category Commission / Earn Up To Official Bank Apply Link
Loading allocated products...

🏢 Business KYC Details

🏦 Bank Account Details

🔑 Your Live API Credentials

1. GET /api/v1/products.php

Returns all allocated products and official Bank Apply Links (`redirect_url`) for your API key. Accepts optional filter ?category=credit_card.

curl -X GET "https://cheapkart.in/api/v1/products.php?category=credit_card" \
  -H "X-API-KEY: YOUR_API_KEY"

2. POST /api/v1/submit_lead.php

Submits a customer lead and returns the Lead ID and official Bank Redirection Link.

curl -X POST "https://cheapkart.in/api/v1/submit_lead.php" \
  -H "Content-Type: application/json" \
  -H "X-API-KEY: YOUR_API_KEY" \
  -d '{
    "fullName": "Amit Kumar",
    "phone": "9876543210",
    "email": "amit@example.com",
    "panCard": "ABCDE1234F",
    "pincode": "110001",
    "productId": 12
  }'

📋 Real-Time Submitted Leads

Lead Code Customer Name Phone / Email PAN Card Product Applied Status Date
Loading leads...