Versión2.0.0
Categoríafinance
AutenticaciónClave de API
Herramientas20
Transportestdio
LicenciaMIT
01
Qué hace
La aplicación, en sus propias palabras.
Stripe payment processing — manage customers, payments, invoices, subscriptions, and payment links.
02
Herramientas
20 herramientas que el agente puede llamar.
Todas se declaran con parámetros tipados y devuelven resultados estructurados, así que el anfitrión puede renderizarlas en vez de narrarlas.
- cancel_subscriptionCancel a Stripe subscription. By default cancels at the end of the current billing period.
- create_checkout_sessionCreate a Stripe Checkout session. Returns a URL where the customer can complete payment.
- create_customerCreate a new customer in Stripe. Returns the created customer object.
- create_payment_linkCreate a Stripe Payment Link for accepting payments. Returns a URL that can be shared with customers.
- create_priceCreate a new price in Stripe for an existing product. Supports one-time and recurring pricing.
- create_productCreate a new product in Stripe. Returns the created product object.
- create_refundCreate a refund in Stripe. Provide either a charge ID or a payment intent ID.
- get_balanceGet the current balance of your Stripe account, including available and pending amounts by currency.
- get_customerGet detailed information about a specific Stripe customer by their ID.
- get_invoiceGet detailed information about a specific Stripe invoice.
- get_paymentGet detailed information about a specific Stripe payment intent.
- get_subscriptionGet detailed information about a specific Stripe subscription.
- list_chargesList charges from your Stripe account. Supports filtering by customer and payment intent.
- list_customersList customers from your Stripe account. Supports filtering by email and cursor-based pagination.
- list_invoicesList invoices from your Stripe account. Supports filtering by customer and status.
- list_paymentsList payment intents from your Stripe account. Supports filtering by customer and status.
- list_payoutsList payouts from your Stripe account. Supports filtering by status and pagination.
- list_pricesList prices from your Stripe account. Supports filtering by product and active status.
- list_productsList products from your Stripe account. Supports filtering by active status and pagination.
- list_subscriptionsList subscriptions from your Stripe account. Supports filtering by customer and status.
03
Autenticación y permisos
Qué pide.
Declarado en el manifiesto y por adelantado. La aplicación no puede alcanzar nada que no haya pedido aquí.
Secretos de sistema
API_KEY
Seguir leyendo
El manifiesto y el código de Stripe están en el monorepo, junto al resto de aplicaciones.