---
Title: Stripe
URL Source: https://www.company-skill.com/p/stripe
Language: en
Last-Modified: 2026-05-08T11:33:28+00:00
Description: Stripe is a comprehensive payments and financial infrastructure platform that enables businesses to accept payments, manage billing, handle disputes, process payouts, and comply with financial regulat
---

# Stripe

> Stripe is a comprehensive payments and financial infrastructure platform that enables businesses to accept payments, manage billing, handle disputes, process payouts, and comply with financial regulations. This skill covers all Stripe domains including payment processing, customer management, billing & subscriptions, financial accounts, issuing, terminal hardware, tax calculation, reporting, security/compliance, and more.

Stripe is available as agent-callable skills via DaaS. Route any question to the best skill with `POST https://www.company-skill.com/api/route` `{"query": "...", "product": "stripe"}`.

## What you can do

- [Configure rates](https://www.company-skill.com/p/stripe/stripe-configure-rates.md): This skill helps users choose the right path to configure shipping rates for orders. Use this skill BEFORE diving into implementation details — it routes you to the appropriate detail skill based on y
- [Customize experience](https://www.company-skill.com/p/stripe/stripe-customize-experience.md): This skill helps users choose the right path to customize payment form appearance and behavior. Use this skill BEFORE diving into implementation details — it routes you to the appropriate detail skill
- [Handle refunds](https://www.company-skill.com/p/stripe/stripe-handle-refunds.md): This skill helps users choose the right path to handle payment disputes and refunds. Use this skill BEFORE diving into implementation details — it routes you to the appropriate detail skill based on y
- [Manage compliance](https://www.company-skill.com/p/stripe/stripe-manage-compliance.md): This skill helps users choose the right path to manage financial data compliance and privacy. Use this skill BEFORE diving into implementation details — it routes you to the appropriate detail skill b
- [Manage portal](https://www.company-skill.com/p/stripe/stripe-manage-portal.md): This skill helps users choose the right path to manage customer self-service billing portal. Use this skill BEFORE diving into implementation details — it routes you to the appropriate detail skill ba

## Frequently asked questions

### When should I use the API vs. the Stripe Dashboard?

Use the API for programmatic integration, automation, and custom workflows. Use the Dashboard for manual operations, monitoring, and one-off tasks.

### How do I get started with Stripe API integration?

First obtain your API keys from the Dashboard (Developers > API keys), then install the appropriate SDK for your programming language and authenticate requests using your secret key.

### What's the difference between test mode and live mode?

Test mode allows you to simulate payments and operations without processing real transactions. Switch to live mode only when ready for production use.

### How do I handle webhooks for real-time notifications?

Configure webhook endpoints in your Dashboard (Developers > Webhooks) to receive event notifications. Always verify webhook signatures for security.

### Where can I find my API keys and how should I secure them?

API keys are in the Dashboard under Developers > API keys. Never expose secret keys in client-side code or public repositories. Use environment variables and consider restricted keys for enhanced security.

## Use with an AI agent

```bash
curl -s https://www.company-skill.com/api/route \
  -H 'Content-Type: application/json' \
  -d '{"query": "...", "product": "stripe"}'
```

MCP server: https://www.company-skill.com/api/mcp/stripe.py

---
Machine-readable: https://www.company-skill.com/llms.txt · https://www.company-skill.com/sitemap.xml
