Agentic Service Discovery

Resources

S

Stripe

by Stripe

Process payments, manage subscriptions, customers, and billing with Stripe

BetalingerBetaltAPI-nøglepaymentsbillingsubscriptionsfinancecheckoutinvoicing

Sådan bruger agenter Stripe

  • Agent creates a payment intent and returns a checkout link when a user requests to purchase
  • Agent looks up a customer record to check subscription status before granting access or features
  • Agent issues a refund automatically when a cancellation or dispute condition is detected
  • Agent retrieves invoice history to generate a billing summary or answer an account query
  • Agent creates or updates a subscription when a user upgrades, downgrades, or changes their plan

Agenthandlinger

Create Payment IntentCreate a payment intent for processing a payment

Input: amount, currency, customerId, description, metadata, captureMethod

Returnerer: paymentIntentId, clientSecret, status, success

Capture Payment IntentCapture a payment intent that was created with manual capture

Input: paymentIntentId, amountToCapture

Returnerer: status, success

Create ChargeCreate a direct charge (legacy method, consider using Payment Intents)

Input: amount, currency, source, description, customerId

Returnerer: chargeId, status, receiptUrl, success

Get Payment IntentRetrieve details of a payment intent

Input: paymentIntentId

Returnerer: paymentIntent, status, amount, currency

Create CustomerCreate a new customer in Stripe

Input: email, name, phone, description, metadata

Returnerer: customerId, success

Get CustomerRetrieve details of a customer

Input: customerId

Returnerer: customer, email, name

Update CustomerUpdate customer information

Input: customerId, email, name, phone, metadata

Returnerer: success

List CustomersRetrieve a list of customers

Input: limit, email

Returnerer: customers, count

Create SubscriptionCreate a new subscription for a customer

Input: customerId, priceId, trialPeriodDays, metadata

Returnerer: subscriptionId, status, currentPeriodEnd, success

Cancel SubscriptionCancel a customer subscription

Input: subscriptionId, cancelAtPeriodEnd

Returnerer: status, success

Get SubscriptionRetrieve details of a subscription

Input: subscriptionId

Returnerer: subscription, status, currentPeriodEnd

Create RefundRefund a charge or payment intent

Input: paymentIntentId, chargeId, amount, reason

Returnerer: refundId, status, amount, success

Create InvoiceCreate a new invoice for a customer

Input: customerId, description, dueDate, autoAdvance

Returnerer: invoiceId, invoiceUrl, status, success

Get InvoiceRetrieve details of an invoice

Input: invoiceId

Returnerer: invoice, status, amountDue

Create ProductCreate a new product in the catalog

Input: name, description, active, metadata

Returnerer: productId, success

Create PriceCreate a new price for a product

Input: productId, unitAmount, currency, recurring, recurringInterval

Returnerer: priceId, success

Create Checkout SessionCreate a Stripe Checkout session for hosted payment page

Input: priceId, quantity, successUrl, cancelUrl, customerId, mode

Returnerer: sessionId, url, success

Create Webhook EndpointCreate a webhook endpoint for receiving Stripe events

Input: url, enabledEvents

Returnerer: webhookId, secret, success

Eksempel på workflows

1

One-time payment processing

Accept one-time payments from customers with automatic receipt generation

2

Subscription management

Manage recurring subscriptions with automatic billing and dunning

3

Marketplace platform

Process payments and manage payouts for a multi-vendor marketplace

4

Automated refunds

Automatically process refunds based on business logic or customer requests

Om Stripe

Leverandør
Stripe
Pris Tjek altid detaljer med udbyderen
Betalt2.9% + $0.30 per successful card charge for US businesses. International cards and currencies have additional fees. Subscription billing and other features included.
Godkendelse
API-nøgle
Hastighedsgrænse Tjek altid detaljer med udbyderen
100 anmodninger / minut
Kompatible noder
AgentResourceInputOutput

Byg et AI-workflow med Stripe

Brug Agentic Planner til at designe, visualisere og forbinde Stripe med dine andre værktøjer.

Åbn Agentic Planner

Relaterede Betalinger-værktøjer