Agent Plugins Marketplace
All plugins

razorpay

v1.0.3

Connect your Razorpay account to access your payment data through conversation.

Codex

By Razorpay Software Private LimitedLicense: MIT5.2k GitHub starsUpdated 4 weeks ago

Directory evidence

Runtimes
Codex
Parsed components
0 skill or MCP entries
Source updated
Aug 26, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install razorpay for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add razorpay@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/openai/plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/razorpay/.

Plugin files

plugins/razorpay/
└── .codex-plugin/plugin.json

Plugin manifests1

plugins/razorpay/.codex-plugin/plugin.json
{
  "name": "razorpay",
  "version": "1.0.3",
  "description": "Connect your Razorpay account to access your payment data through conversation.",
  "author": {
    "name": "Razorpay Software Private Limited",
    "url": "https://razorpay.com/"
  },
  "repository": "https://github.com/openai/plugins",
  "license": "MIT",
  "keywords": [],
  "apps": "./.app.json",
  "interface": {
    "displayName": "Razorpay",
    "shortDescription": "Connect your Razorpay account to access your payment data through conversation.",
    "longDescription": "Connect your Razorpay account to access your payment data through conversation.\nAsk Codex about your payments, orders, refunds, settlements, QR codes, payment links etc. Get instant answers to questions like \"Show me today's payments,\" \"What's the status of my recent settlements,\" or \"Find refunds from last week.\"\nPerfect for merchants who want quick insights without navigating dashboards. View transaction details, track settlement timelines, check saved payment methods, and analyze your payment activity—all through natural language.\n\nWhat you can do:\n1. Retrieve payment and order details\n2. Check refund and settlement status\n3. View QR code and payment link activity\n4. Track payouts and reconciliation data\n5. Access saved customer payment methods\n\nRead-only access—your data stays secure, and no transactions are executed through this app.",
    "developerName": "Razorpay Software Private Limited",
    "category": "Finance",
    "capabilities": [],
    "defaultPrompt": [
      "Check the relevant payment context in Razorpay"
    ],
    "screenshots": [],
    "websiteURL": "https://razorpay.com/",
    "privacyPolicyURL": "https://razorpay.com/privacy/",
    "termsOfServiceURL": "https://razorpay.com/terms/",
    "composerIcon": "./assets/logo.png",
    "logo": "./assets/logo.png"
  },
  "homepage": "https://razorpay.com/"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[razorpay on Agent Plugins Marketplace](https://pluginsmp.com/plugins/razorpay)