Learn Stripe

Everything you need to integrate with the Stripe API

0Official Tutorials
21Articles & Guides

Articles & Guides

In-depth articles and integration guides

21
01

An introduction to the Stripe APIs: A Developer's Guide to Every API Surface

Stripe's API spans hundreds of endpoints across Payments, Billing, Connect, Radar, Issuing, Treasury, and Tax. This guide breaks down each API surface, when to use it, and how Apideck's upcoming Stripe Billing connector fits into the accounting integration picture.

02

Stripe's llms.txt has an instructions section. That's a bigger deal than it sounds.

When Stripe added /llms.txt to their docs, most write-ups noted it as another company "embracing the AI era." They missed the interesting part. Buried inside is an instructions section no other company has built — Stripe programming what AI tools say about Stripe. Here's why that matters and what it means for your API.

03

How We Built an MCP Server with 229 Tools (Without Writing a Single Tool Definition)

How Apideck auto-generated a 229-tool MCP server from an OpenAPI spec using Speakeasy, deployed on Vercel with dynamic tool discovery at 1,300 tokens. A walkthrough of the stack, the hosting tradeoffs, and the hard-won lessons from shipping serverless analytics.

04

Embedded Finance for Vertical SaaS: How Payments Became the Real Product

Vertical SaaS companies like Toast and Shopify now earn most of their revenue from embedded payments, lending, and banking. Real data on revenue, take rates, and the fintech stack that makes it work.

05

What Is a Webhook? How Webhooks Work, With Examples

Webhooks let one application push real-time data to another the moment an event happens. Learn how webhooks work, what a webhook endpoint is, how they compare to APIs and polling, see real-world examples from Stripe, GitHub, Slack, and Discord, and get practical guidance on building receivers, security, and testing.

06

Embedded Lending: How Revenue Financing Platforms Use Banking, Accounting, and Commerce Data

Revenue financing and embedded lending platforms use banking, accounting, and ecommerce data together to onboard and underwrite SMBs in hours, not weeks. Here's how.

07

Stablecoin APIs are the new payments infrastructure layer

A developer's guide to stablecoin APIs in 2026: Stripe, Circle, Fireblocks, Paxos, and the x402 agentic payment protocol. Covers API surface, custody models, gas fee abstraction, GENIUS Act compliance, and machine-to-machine payment flows.

08

Your MCP Server Is Eating Your Context Window. There's a Simpler Way

TL;DR: MCP tool definitions can burn 55,000+ tokens before an agent processes a single user message. We built the Apideck CLI as an AI-agent interface instead:an ~80-token agent prompt replaces tens of thousands of tokens of schema, with progressive disclosure via `--help` and structural safety baked into the binary. Any agent that can run shell commands can use it. No protocol support required.

09

API Design Principles for the Agentic Era

For 15 years, developer experience meant optimizing for humans at a terminal. That model is increasingly incomplete. A growing share of API traffic is generated by AI agents that read docs, make decisions, and retry failures autonomously. This is the same discipline as DX applied to a new consumer. Call it agent experience, or AX.

10

Agentic Payments Are Rewriting Spend Management From Scratch

AI agents can now hold virtual Visa cards, execute purchases autonomously, and settle transactions with other agents. Every major payment network is racing to build the rails. Here is what it means for spend management and the fintech founders building the next layer of financial infrastructure.

11

Money movement infrastructure is fintech's most important layer

A category overview of the companies building ledger, payment operations, and money movement infrastructure, covering Formance and Modern Treasury through to Fragment, TigerBeetle, Column, and 20+ others shaping this space.

12

Xero Integrations: The Complete Guide to Integration with Xero (2026)

Everything you need to know about integration with Xero in 2026: top apps by category, how to choose the right one, and what it takes to build a Xero integration into your own product.

13

Top Fintech APIs for Startups

Master the fintech API landscape by balancing direct integrations with unified solutions. This guide explores the trade-offs between payments, banking, and accounting APIs to help you scale without the maintenance nightmare.

14

Unified APIs for Fintech: When Data Aggregators Stop Scaling

Direct integrations work until maintenance costs outpace development. Learn when fintech teams should shift from building custom connections to leveraging data aggregators and unified APIs for scalable integration infrastructure.

15

Accounting Integration

Learn what accounting integrations are, why they're essential for modern SaaS products, and how to build them. This guide covers common use cases, implementation approaches, and what to look for in an integration solution.

16

What is API Integration

API integration is the process of connecting two or more software systems through their APIs so they can exchange data.

17

What is a Unified API?

A Unified API aggregates many APIs in the same software category, making integration easier with a standard endpoint, authentication, and normalized data. This results in a consistent developer experience with less integration hassle.

18

Unlocking AI’s potential: How to quickly set up a Cursor MCP Server

Learn how to quickly set up a MCP Server in Cursor and unlock AI’s potential with the Model Context Protocol (MCP). Standardize LLM integration with external tools.

19

What is an SDK?

Software Development Kits (SDKs) are very common throughout the development landscape. Most API providers offer SDKs to help support specific programming languages and app development paradigms, making them an integral part of an overall developer support strategy. Below, we'll define what SDKs are, explore sample SDKs, and see how SDKs differ from APIs.

20

Monetizing your APIs: Tips for Large Organizations

Monetizing an API in large organizations is like vices amongst teenagers: They talk a lot about a given vice, but very few are actually doing it. Put yourself in any large and well-established organization which has published APIs and you’ll find something similar with monetisation. Unless that organization is API-first there is constant talk of how to “sweat” APIs to get some return on their investment, but very little success in making it happen.

21

How to build a great developer experience

Nowadays, Developer Experience (DX) is essential for software products. Akin to User Experience (UX), DX instead focuses on improving the developer's journey, reducing hang-ups, and encouraging success throughout their programming experience.