System Status: Operational

API Documentation

Standardized Endpoints for the Sovereign Economy. Built for performance, security, and developer velocity.

CLI_TERMINAL_V.2.0 UTC: 14:22:09
> Initializing API Handshake...
> AUTH_KEY: Verified
> PROTOCOL: HTTPS/TLS1.3
> _
payments

UPSPE Checkout API

Technical Overview

POST /v1/checkout/initiate

Use this endpoint to generate a secure payment session token for your web or mobile frontend. This token abstracts sensitive data and ensures PCI-DSS compliance by never touching your servers.

Response Time
42ms
Availability
99.99%
Request Payload (JSON)
{
  "order_id": "ORD_9921",
  "amount": 250000,
  "currency": "INR",
  "customer": {
    "email": "user@example.com",
    "contact": "919876543210"
  }
}
                            
application/json
Request Payload (JSON)
{
  "pan_number": "ABCDE1234F",
  "consent": true
}
                            
application/json
fingerprint

VriFy Identity API

Technical Overview

POST /v1/verify/pan/lite

Performs a real-time check against the ITD database to verify the validity of a PAN and retrieve the registered name. Essential for onboarding workflows and AML/KYC compliance checks.

shield Security Protocol

Requires x-api-key and HMAC signature for every request.

Live Integration Logs

Live Stream Connected
[14:22:45] 200 OK POST /v1/checkout/initiate - Request ID: req_9921_x82
[14:22:48] 200 OK POST /v1/verify/pan/lite - Request ID: req_4431_k01
[14:23:01] 101 SW WebSocket Upgrade - Terminal: T_ID_9901
[14:23:05] 401 ER Auth Failure - Invalid Signature