[ Web Proxy ]
URL:
Viewing: https://stripe.com/en-lv/use-cases/ai [Back]  [Original]

Chat with Stripe sales
[] []
8 sales reps available

We're here to discuss your business needs.

Chat now
Stripe for AI Companies | Trusted by Industry Leaders in AI

Financial infrastructure for the worlds top AI companies

More than 86% of the Forbes AI 50 use Stripe to monetise scaling subscriptions globally, implementing usage- and outcome-based billing and deploying AI agents with payments capabilities.

Flight Assistant is finding flights
I found this non-stop flight with a convenient departure time. Would you like to see other options?
Non-stop    Free WiFi
SFO DUB
5:45pm 11:45am
24/04/2025 10hr
DUB SFO
1:00pm 3:55pm
28/04/2025 10hr 55min
agentic.py
import asyncio
import os
from agents import Agent, Runner
import StripeAgentToolKit
# Create toolkit with actions
stripe_agent_toolkit = StripeAgentToolkit(
secret_key=os.getenv("STRIPE_SECRET_KEY"),
configuration={
"actions": {
"payment_links": {
"create": True,
},
"products": {
"create": True,
},
"prices": {
"create": True,
},
}
},
)
# Create agent integration with toolkit
agent = Agent(
name="Stripe Agent",
instructions="Integrate with Stripe",
tools=stripe_agent_toolkit.get_tools()
)
# Create payment link for transaction
async def main():
assignment = "Create a payment link."
result = await Runner.run(agent, assignment)
print(result.final_output)
if __name__ == "__main__":
asyncio.run(main())
Transaction complete
 
dashboard.stripe.com
Transactions
Create payment
Analyse
Amount
Payment method
Description
Date
748.00 EUR
Visa credit card
ComAir SFO-DUB ticket
7 Nov, 11:57 AM
328.54 EUR
Visa credit card
Wisconsin Airlines EAU-DEN ticket
7 Nov, 11:47 AM
112.17 EUR
Mastercard credit
Fly Select OHR-ORL ticket
7 Nov, 10:52 AM
275.33 EUR
Klarna
CanadAir CAL-TMP ticket
7 Nov, 10:42 AM
96.16 EUR
Visa credit card
City Wings LGA-PSA ticket
7 Nov, 10:38 AM
173.62 EUR
Link
Cheapair DBQ-SDA ticket
7 Nov, 10:29 AM
412.08 EUR
Visa credit card
AppalachAir LVL-SVH ticket
7 Nov, 10:22 AM
741.93 EUR
Link
FlySelect MKE-DEN ticket
7 Nov, 10:17 AM
271.72 EUR
Visa credit card
PlaneTime MSP-SEA ticket
7 Nov, 10:08 AM
ElevenLabs logo Perplexity logo Anthropic logo MiniMax logo Abridge logo OpenAI logo Cursor logo Midjourney logo

Why Stripe

Powering commerce for the AI economy

Stripe combines a decade of AI payments expertise with deep industry partnerships. We build solutions for AI businesses that can support today's needs from usage-based billing powered by Metronome to agent monetisation and emerging use cases, such as shop from chat.

Start monetising today

Get to market faster with turnkey integrations that enable you to prototype, test, iterate, and scale.

Shape whats next in AI

Partner with us to create the scalable solutions you need for what youre building next.

Flexible monetisation

Quickly launch new pricing models, from subscriptions to usage-based billing

Monetise your AI products with any pricing model: outcome-based, usage-only or hybrid plans that combine subscriptions with metered rates. Stripe and Metronome give you the monetisation infrastructure to capture real-time usage, invoice on custom contracts and evolve pricing whether you're an AI application, foundation model provider or infrastructure platform.

Agentic commerce

Turn your product into a commerce interface

With Stripe's agentic commerce APIs and protocols, any AI or software interface can embed commerce directly into the user flow enabling purchases on behalf of users with secure payment credentials, shared risk signals and programmable checkout flows.

Sign up for the waiting list 

Customer spotlight

OpenAI uses Stripe to power payments, billing, and tax globally

OpenAI is an AI research and deployment company known for breakthrough technologies such as ChatGPT, GPT-4, and DALL-E that have accelerated adoption of generative AI.

Challenge

OpenAI needed to commercialise its generative AI technology with solutions for recurring billing, tax compliance, finance automation, and more.

Solution

With Stripe, OpenAI launched a global payments system across product lines in weeks. Stripe powers ChatGPT Plus, enables pay-as-you-go credits for DALL-E users, speeds up payment conversion by 40% with Link, supports tax compliance, and streamlines revenue recognition for accurate monthly financials.

Products

Were excited to work with Stripe to monetise our flagship products. Beyond payments, Stripe is helping us with everything from recurring billing and tax compliance to automating our financial operations.

Peter Welinder, VP of Product and Partnerships

Global scale

Build on the most reliable commerce platform

From infrastructure providers to consumer apps, the AI industry runs on Stripe. Grow your revenue and launch new business models on the platform that processes over US$1.9T annually for businesses worldwide.

99.999%

Historical uptime for Stripe services

US$1.9 trillion

Payments volume processed by Stripe in 2024

350,000+

Businesses using Stripe Billing

500 million+

API requests per day

Ready to learn more?

Get in touch to see how Stripe can scale your AI business.

Increase revenue with AI-powered tools

Grow your revenue and reduce costs with AI trained on data from US$1.9T in payments processed annually.

AI in payments 
Latvia (English)
  • 2026 Stripe, LLC

Web Proxy Viewer  |  New URL  |  Original Page