{"audit":{"version":"1.4","generated_at":"2026-08-19T18:29:34.032004+00:00","generated_by":"Agenstry","report_url":"https://agenstry.com/agents/razorpay.com","methodology_url":"https://agenstry.com/methodology","verifier_jwks_url":"https://agenstry.com/.well-known/jwks.json","subject":{"domain":"razorpay.com","name":"Razorpay","url":"https://razorpay.com/.well-known/agent-card.json"}},"identity":{"provider":{"organization":"Razorpay Software Private Limited","url":"https://razorpay.com"},"registry_verification":null,"signature":{"signed":false,"signature_valid":null}},"protocol":{"version":null,"supports_streaming":false,"supports_push_notifications":true},"operational":{"live_state":"auth_required","live_responds":false,"last_status_code":200,"last_elapsed_ms":419,"last_error":null},"track_record":{"first_seen":"2026-07-30T01:19:54.779848+00:00","last_checked":"2026-08-19T12:03:05.005394+00:00","last_seen_ok":"2026-08-19T12:03:05.005394+00:00","checks_total":33,"checks_ok":33,"uptime_pct":100.0,"archived":false,"archived_reason":null},"conformance":{"score":59,"grade":"D","summary":"D-grade: significant issues, auth-gated, partially broken, or stale.","criteria":[{"key":"valid_card","label":"Valid AgentCard","points":10,"max_points":10,"status":"pass","detail":"Parseable AgentCard returned by the well-known endpoint (Agenstry readiness signal; not an official TCK certification)."},{"key":"live_responds","label":"Live JSON-RPC","points":15,"max_points":25,"status":"partial","detail":"Endpoint requires auth, real agent but not anonymously callable."},{"key":"protocol_version","label":"Protocol version","points":0,"max_points":10,"status":"fail","detail":"No protocolVersion in card."},{"key":"signature","label":"JWS signature","points":0,"max_points":10,"status":"info","detail":"Card is unsigned (most published agents are)."},{"key":"uptime","label":"Uptime track record","points":15,"max_points":15,"status":"pass","detail":"33/33 probes succeeded (100% uptime)."},{"key":"skills","label":"Skill declaration","points":10,"max_points":10,"status":"pass","detail":"Declares 8 skills with structured metadata."},{"key":"verified_identity","label":"Verified Identity","points":5,"max_points":10,"status":"partial","detail":"Provider declared: Razorpay Software Private Limited (https://razorpay.com). Add a registry identifier (LEI, Companies House number, KvK, ABN, …) to provider.legalEntity for full verified-business credit."},{"key":"freshness","label":"Freshness + modern flags","points":4,"max_points":5,"status":"pass","detail":"seen in upstream source within 0d"},{"key":"security","label":"Security declaration","points":0,"max_points":5,"status":"info","detail":"Neither securitySchemes nor securityRequirements declared — how to authenticate is unstated."}]},"card_read":{"findings":[],"clean":true,"source_url":"https://razorpay.com/.well-known/agent-card.json"},"skills":[{"id":"create-payment","name":"Create Payment","description":"Create a payment order or payment link for a specified amount and currency. Supports UPI, cards, netbanking, wallets, EMI, and 180+ payment methods. Amount must be in the smallest currency unit (paise for INR). Supports 120+ currencies for international payments.","tags":["payments","orders","payment-links","upi","international"],"examples":["Create a payment link for ₹500","Generate a payment order for 1000 INR","Create a payment request and notify the customer via SMS and email","Create an international payment order in USD"],"inputModes":["application/json"],"outputModes":["application/json"]},{"id":"track-payment","name":"Track Payment","description":"Retrieve the status and details of an existing payment, order, or payment link using its ID. Supports listing with filters such as date range and count.","tags":["payments","status","orders"],"examples":["What is the status of payment pay_ABC123?","Check if order ord_XYZ is fully paid","List all payments from the last 7 days","Get details for payment link plink_123456"],"inputModes":["application/json"],"outputModes":["application/json"]},{"id":"issue-refund","name":"Issue Refund","description":"Initiate a full or partial refund for a completed payment. Refunds are processed to the original payment method. Supports normal and optimum (instant) refund speeds.","tags":["payments","refunds"],"examples":["Refund payment pay_ABC123 fully","Issue a partial refund of ₹200 for payment pay_XYZ","Process an instant refund for my customer","List all refunds for payment pay_ABC123"],"inputModes":["application/json"],"outputModes":["application/json"]},{"id":"create-payout","name":"Create Payout","description":"Send money to a vendor, employee, or customer bank account or UPI ID via RazorpayX Payouts. Supported transfer modes: IMPS, NEFT, RTGS, UPI, Amazon Pay, and card.","tags":["payouts","transfers","razorpayx","neft","upi"],"examples":["Pay ₹5000 to HDFC bank account via IMPS","Send payout to UPI ID user@upi","Transfer salary to employee bank account via NEFT","Cancel a queued payout pout_ABC123"],"inputModes":["application/json"],"outputModes":["application/json"]},{"id":"manage-contacts","name":"Manage Contacts and Fund Accounts","description":"Create and manage vendor, employee, or customer contacts in RazorpayX. Link bank accounts or UPI IDs to contacts as fund accounts for payouts.","tags":["contacts","fund-accounts","razorpayx","vendors","employees"],"examples":["Create a vendor contact for Acme Corp","Link HDFC bank account to contact cont_ABC123","Add UPI ID vendor@upi as a fund account","Create an employee contact for payroll payout"],"inputModes":["application/json"],"outputModes":["application/json"]},{"id":"create-invoice","name":"Create Invoice","description":"Generate a GST-compliant invoice with line items and optionally send it to a customer via email or SMS. Supports cancellation of unpaid invoices.","tags":["invoices","billing","GST"],"examples":["Create an invoice for ₹10,000 for Acme Corp","Generate a GST invoice and send it to customer@email.com","Cancel unpaid invoice inv_ABC123","Fetch invoice inv_XYZ and check its status"],"inputModes":["application/json"],"outputModes":["application/json"]},{"id":"manage-subscriptions","name":"Manage Subscriptions","description":"Create subscription plans and manage recurring billing. Subscribe customers to plans with configurable billing intervals (daily, weekly, monthly, yearly). Handle cancellations and track recurring charge events.","tags":["subscriptions","recurring","billing","plans"],"examples":["Create a monthly subscription plan for ₹999","Subscribe customer to the pro plan for 12 billing cycles","Cancel subscription sub_XYZ","Fetch the current status of subscription sub_ABC123"],"inputModes":["application/json"],"outputModes":["application/json"]},{"id":"webhook-events","name":"Webhook Event Reference","description":"Razorpay sends real-time webhook events to your configured endpoint for payment, refund, payout, subscription, and invoice state changes. Webhooks are configured in the Razorpay Dashboard (Settings → Webhooks). Verify incoming events using HMAC-SHA256 of the request body with your webhook secret, compared against the X-Razorpay-Signature header.","tags":["webhooks","events","notifications"],"examples":["What events does Razorpay emit when a payment succeeds?","How do I verify an incoming Razorpay webhook?","What webhook event fires when a subscription charge is collected?","Which events should I listen to for payout status updates?"],"inputModes":["application/json"],"outputModes":["application/json"]}],"provenance":[{"source":"github_code","first_seen":"2026-07-30T01:19:54.779848+00:00"},{"source":"manifests","first_seen":"2026-07-31T19:03:43.345112+00:00"},{"source":"recrawl_hot","first_seen":"2026-08-18T00:00:04.671352+00:00"}],"recent_probes":[{"fetched_at":"2026-08-19T12:03:05.005394+00:00","ok":true,"status_code":200,"error":null,"elapsed_ms":419,"live_responds":false},{"fetched_at":"2026-08-18T21:26:31.080936+00:00","ok":true,"status_code":200,"error":null,"elapsed_ms":389,"live_responds":false},{"fetched_at":"2026-08-18T10:23:00.215343+00:00","ok":true,"status_code":200,"error":null,"elapsed_ms":374,"live_responds":false},{"fetched_at":"2026-08-18T00:00:04.671352+00:00","ok":true,"status_code":200,"error":null,"elapsed_ms":407,"live_responds":false},{"fetched_at":"2026-08-16T22:01:13.169299+00:00","ok":true,"status_code":200,"error":null,"elapsed_ms":408,"live_responds":false},{"fetched_at":"2026-08-16T09:50:52.775015+00:00","ok":true,"status_code":200,"error":null,"elapsed_ms":451,"live_responds":false},{"fetched_at":"2026-08-15T09:51:37.517727+00:00","ok":true,"status_code":200,"error":null,"elapsed_ms":460,"live_responds":false},{"fetched_at":"2026-08-15T03:31:01.122023+00:00","ok":true,"status_code":200,"error":null,"elapsed_ms":861,"live_responds":false},{"fetched_at":"2026-08-14T13:36:54.642298+00:00","ok":true,"status_code":200,"error":null,"elapsed_ms":385,"live_responds":false},{"fetched_at":"2026-08-13T21:46:41.063294+00:00","ok":true,"status_code":200,"error":null,"elapsed_ms":428,"live_responds":false}],"catalog_attestation":null,"operator_revenue_evidence":{"evidence_class":"operator_submitted","authenticity":{"rung":"no_operator_evidence","rank":0,"why":"No verifiable operator evidence has been submitted for this agent.","thresholds":{"min_independent_payers":3,"min_verified_usd":25.0},"engine_table":"agent_authenticity","merge_rule":"max(existing_rank, rank)"},"metric_metadata":{"provenance":"operator_submitted_evidence","confidence":"attested","coverage":{"numerator":0},"as_of":"2026-08-19T18:29:34.038509+00:00","definition":"Revenue proofs submitted by the verified owner and re-checked by Agenstry against the settlement chain or the operator's own Stripe account. Only independently confirmed proofs are counted."},"counts":{"retained":0,"verified":0,"unverifiable":0},"verified":{"gross_usd":0.0,"transactions":0,"independent_payers":0},"detail_url":"https://agenstry.com/api/agents/razorpay.com/evidence","dispute_url":"https://agenstry.com/agents/razorpay.com/dispute"},"verification_history":[]}