Skip to content

An offline-first, LLM-optimized collection of the entire Stripe API documentation. Every endpoint, every object, and every guide — organized and ready for your next project.

Notifications You must be signed in to change notification settings

arthurauffray/stripe_docs_markdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💳 Stripe Docs Markdown

Mirroring the Stripe API Reference in clean, structured Markdown.

An offline-first, LLM-optimized collection of the entire Stripe API documentation. Every endpoint, every object, and every guide — organized and ready for your next project.


Note: not all categories are completed, see todo.md. Categories are either empty or completed.

Note: read structure.md to understand definitions and available categories.


✨ Features

  • 🏎️ Optimized for LLMs: Perfectly formatted for RAG (Retrieval Augmented Generation) and AI context.
  • 📂 Structured Layout: Mirrors the official Stripe API Documentation.
  • 💻 Multi-Language: Comprehensive code snippets for curl, Python, Ruby, PHP, Node.js, Go, Java, and .NET.
  • 🔍 Searchable: Grep your way through the entire Stripe ecosystem in milliseconds.
  • 📄 Clean Markdown: Zero fluff, just the docs.

📁 Repository Structure

The documentation is organized by main categories and subcategories:

docs/
├── Introduction/           # Authentication, Errors, Pagination...
├── Core Resources/         # Accounts, Customers, Payment Intents...
├── Payment Methods/        # Cards, Bank Accounts, Sources...
├── Products/               # Prices, Coupons, Tax Rates...
├── Checkout/               # Checkout Sessions...
├── Billing/                # Invoices, Subscriptions, Plans...
└── ... and 20+ more categories

🚀 Getting Started

Simply clone the repo and start reading. If you're using this with an AI assistant (like Claude or ChatGPT), pointed it towards specific files for instant context:

# Example: Using grep to find expansion examples
grep -rn "expand" docs/introduction/

🛠️ Built for Developers

Whether you're building a new integration or debugging a complex subscription flow, having the docs at your fingertips (without the browser overhead) is a game changer.

  • Fast: No loading states, just text.
  • Offline: Works in the air, on a train, or in a bunker.
  • Accurate: Scraped manually & directly from the source.

☕ Support

If you find this mirror useful, consider buying me a coffee!

Buy me a coffee


Note: This repository is a community-maintained mirror and is not affiliated with Stripe, Inc.

About

An offline-first, LLM-optimized collection of the entire Stripe API documentation. Every endpoint, every object, and every guide — organized and ready for your next project.

Topics

Resources

Stars

Watchers

Forks

Languages