Stripe
Payments and business tools integration for Codex — manage customers, products, subscriptions and webhook events from the agent.
Install
npx codex-marketplace add openai/plugins/plugins/stripe --plugin The official Stripe plugin for Codex provides accurate, live-connected billing capability. Codex can look up a customer, inspect their subscription, issue a refund, or generate webhook handlers — all with code that uses current Stripe SDK method signatures.
The plugin bridges two modes: live data access via Stripe API and documentation-grounded code generation. Official Stripe authorship and 893 GitHub stars make it the go-to billing integration in the Codex ecosystem.
Features
Customer management
Lookup and inspect Stripe customers, subscriptions and invoices.
Product catalog
Create and update products, prices and coupons.
Webhook tooling
Generate typed handlers for any Stripe webhook event.
Common Use Cases
- Payment integration development
- Subscription billing logic
- Webhook handler generation