stripe-api

Manage Stripe payments, customers, and subscriptions via the REST API.

19|6|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/Yuyz0112/public-api-skills --skill stripe-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stripe-api
Source: https://github.com/Yuyz0112/public-api-skills/tree/main/apis/stripe/stripe-api
Command: npx skills add https://github.com/Yuyz0112/public-api-skills --skill stripe-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive interface for interacting with the Stripe API, enabling developers to manage payments, customers, subscriptions, and more, directly from their AI agent.

Core Features & Use Cases

  • Payment Processing: Create, retrieve, and manage charges, payment intents, and refunds.
  • Customer Management: Handle customer data, including payment methods, subscriptions, and balance transactions.
  • Subscription Management: Set up and manage recurring billing for products and services.
  • Use Case: An e-commerce platform can use this Skill to automatically process customer payments, update subscription statuses, and issue refunds when necessary, all orchestrated by an AI agent.

Quick Start

Use the stripe-api skill to retrieve details for the customer with ID 'cus_123'.

Frequently Asked Questions about stripe-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Stripe API payments and subscriptions directly from an AI agent?

You can manage Stripe API payments and subscriptions directly from an AI agent by using this Skill to programmatically access REST API endpoints for creating charges, handling refunds, and setting up recurring billing.

Can I retrieve customer data and transaction history using the Stripe API?

Yes, you can retrieve customer data and transaction history using the Stripe API. This Skill handles customer data, payment methods, balance transactions, and disputes by leveraging OpenAPI specifications for detailed endpoint information.

What's the best way to automate Stripe billing and refunds for an e-commerce platform?

The best way to automate Stripe billing and refunds for an e-commerce platform is orchestrating an AI agent with this Skill to automatically process payments, update subscription statuses, and issue refunds through the REST API.

Do I need authentication methods to process payment intents through the Stripe REST API?

Yes, you need authentication methods to process payment intents through the Stripe REST API. This Skill includes secure API interactions and authentication mechanisms to manage financial transactions and customer data safely.

Does this Stripe API integration support managing disputes and balance transactions?

Yes, this Stripe API integration supports managing disputes and balance transactions. It provides programmatic access to handle financial operations including disputes, customer balances, and payment methods via the REST API.

Can I set up recurring billing for products using the Stripe API?

Yes, you can set up recurring billing for products using the Stripe API. This Skill enables subscription management, allowing you to configure and manage recurring charges for products and services programmatically.