{
    "status_code": 200,
    "status": "Success",
    "message": "SLOXPAY System Core API Gateway v1.0.0 is operational",
    "result": {
        "api_name": "SLOXPAY Core REST API",
        "version": "v1",
        "endpoints": {
            "create_payment_order": {
                "method": "POST",
                "url": "https://api.sloxpay.in/v1/pg/create",
                "description": "Create a new payment order and generate universal checkout token"
            },
            "verify_payment_order": {
                "method": "POST",
                "url": "https://api.sloxpay.in/v1/pg/verify",
                "description": "Verify real-time payment status and settlement UTR"
            },
            "generate_dynamic_qr": {
                "method": "POST",
                "url": "https://api.sloxpay.in/v1/qr/generate",
                "description": "Generate dynamic UPI intent string and checkout QR code"
            }
        },
        "documentation": "https://merchant.sloxpay.in/api"
    }
}