← All plugins
razorpay
v1.0.3Connect your Razorpay account to access your payment data through conversation.
Codex
by Razorpay Software Private LimitedMIT5kupdated 3 weeks ago
Source
git clone https://github.com/openai/pluginsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/razorpay/ inside the repository.
Layout
plugins/razorpay/
└── .codex-plugin/plugin.json
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/"
}