Skip to main content
idapt
HomeCodeAI ModelsPricing
Sign inStart free
All integrations
Stripe

Stripe

Customers, payments, invoices and subscriptions (test or live).

Payments and finance
Connect StripeStripe docs

How an agent reaches it

  • MCP

    Official MCP server. The agent lists its tools and calls them.

  • REST API

    Always available. The agent calls the API directly with your credential attached.

  • CLI

    The `stripe` command, run on one of your computers with the credential mounted.

How you authenticate

  • OAuth
  • API key
  1. Copy a secret key from the Stripe dashboard. Prefer a RESTRICTED key scoped to what the agent needs.
  2. Test keys start with sk_test_ and live keys with sk_live_. Name the credential so the two are impossible to confuse.

How agents reach it

Base URL
https://api.stripe.com/v1
Pagination
cursor
Rate limit
100 read/sec and 100 write/sec in live mode; 25/sec in test mode.
MCP server
https://mcp.stripe.com
CLI
stripe

Common endpoints

list customersGET /customers?limit=100
search customersGET /customers/search?query=email:'[email protected]'
list chargesGET /charges
list subscriptionsGET /subscriptions?status=active
list invoicesGET /invoices
issue a refundPOST /refunds
read balanceGET /balance

Worth knowing

  • Request bodies are application/x-www-form-urlencoded, NOT JSON. Nested fields use bracket syntax: metadata[order_id]=1.
  • Amounts are in the smallest currency unit. 10.00 USD is 1000, and getting this wrong charges 100x.
  • A test key against live data (or the reverse) 401s rather than warning. Check the key prefix first.
  • Set Idempotency-Key on any POST that creates money movement, or a retry double-charges.
  • Home
  • Pricing
  • AI Models
  • Image models
  • Voice models
  • Video models
  • Rankings
  • New models
  • Model status
  • Multi-Model Chat
  • Voice Mode
  • Voice HUD
  • Web Search
  • Image Generation
  • Video Generation
  • Audio Generation
  • Transcription
  • Drive
  • Credentials
  • Sharing
  • Workspaces
  • Tasks
  • Memory
  • Agents
  • Subagents
  • Automations
  • Skills
  • idapt Code
  • Code Execution
  • Computers
  • Computer Use
  • Computer Assist · Soon
  • Containers
  • Cloud Computers
  • Local AI
  • AI Gateway
  • API & SDK
  • CLI
  • MCP
  • Tunnels
  • All features →
  • LLM cost calculator
  • Token counter
  • Context window checker
  • Can I run it
  • Model picker quiz
  • Savings finder
  • Video cost estimator
  • Text to speech cost
  • Transcription cost
  • API endpoint tester
  • All free tools →
  • Blog
  • Use cases
  • Comparisons
  • Best of
  • Skills
  • Learn
  • Changelog
  • Help center
  • FAQ
  • Privacy
  • Compare all models
  • Support
  • idapt Code
  • Developers
  • Quickstarts
  • API reference
  • API pricing
  • CLI
  • MCP
  • Downloads
  • Desktop
  • Badges and embeds
© idapt[email protected]TermsPrivacy PolicyLegal noticeReport content
X (Twitter)