# Stripe AI integration on Definable

> Stripe offers online payment infrastructure, fraud prevention, and APIs enabling businesses to accept and manage payments globally

## What this connects

Stripe offers online payment infrastructure, fraud prevention, and APIs enabling businesses to accept and manage payments globally

Vendor: https://stripe.com

## Tools available

**415** tools available. First 12:

- `STRIPE_ACCEPT_QUOTE` — Accept quote — Tool to accept a quote in Stripe. Use when you need to accept a finalized quote, which will create an invoice, subscription, or subscription schedule based on the quote's configuration.
- `STRIPE_ACTIVATE_BILLING_ALERT` — Activate billing alert — Reactivates a billing alert, allowing it to trigger again. Use when you need to resume monitoring usage thresholds and receiving notifications for a previously deactivated alert.
- `STRIPE_ADD_INVOICE_LINES` — Add lines to invoice — Tool to add multiple line items to a draft Stripe invoice. Use when you need to add additional charges, services, or credits to an existing invoice that is still in draft status.
- `STRIPE_ADVANCE_TEST_CLOCK` — Advance test clock — Advance a test clock to a future timestamp. Use for testing time-based billing scenarios. Requires test mode API keys (test_helpers endpoints are only available in test mode). The advancement is asynchronous; monitor the status field to track completion (status changes from 'advancing' to 'ready').
- `STRIPE_APPLY_CUSTOMER_BALANCE` — Apply customer balance to payment intent — Manually reconciles remaining amount for a customer_balance PaymentIntent by applying funds from customer's cash balance. IMPORTANT: This action only works with PaymentIntents that have 'customer_balance' in their payment_method_types. The customer_balance payment method type must be enabled in your Stripe account settings. Use this when you need to apply funds from a customer's cash balance account to complete or partially fund a PaymentIntent.
- `STRIPE_ARCHIVE_BILLING_ALERT` — Archive billing alert — Tool to archive a billing alert in Stripe, removing it from list views and APIs. Use when you need to permanently archive a billing alert. This action is non-reversible.
- `STRIPE_ATTACH_CUSTOMER_SOURCE` — Attach source to customer — Attach a payment source (card token or source object) to a customer for future charges. IMPORTANT: This is a legacy API. For new integrations, use the PaymentMethods API instead (STRIPE_ATTACH_PAYMENT_METHOD). The source parameter accepts: - Card tokens (tok_xxxx) created client-side via Stripe.js or mobile SDKs - Source objects (src_xxxx) for alternative payment methods NOTE: PaymentMethod objects (pm_xxxx) cannot be used with this endpoint. Use STRIPE_ATTACH_PAYMENT_METHOD for those. In test mode, you can use test tokens like 'tok_visa'. In live mode, tokens must be created client-side for PCI compliance.
- `STRIPE_ATTACH_INVOICE_PAYMENT` — Attach payment to invoice — Attaches a PaymentIntent or Out of Band Payment to an invoice's payments list. When the PaymentIntent status changes to succeeded, the payment is credited to the invoice. Use when you need to associate an existing payment with a specific invoice.
- `STRIPE_ATTACH_PAYMENT_METHOD` — Attach payment method to customer — Attaches a PaymentMethod to a Customer. Use when you need to save a payment method for future use with a specific customer. The PaymentMethod must be in a detached state before attaching.
- `STRIPE_ATTACH_PRODUCT_FEATURE` — Attach feature to product — Tool to attach a feature to a product. Use when you need to add a feature to a product's capabilities. This creates a product_feature object linking the feature to the product.
- `STRIPE_CANCEL_PAYMENT_INTENT` — Cancel payment intent — Cancels a PaymentIntent when in cancelable state. Use when a PaymentIntent is no longer needed to prevent further charges. For PaymentIntents with status='requires_capture', the remaining amount_capturable will be automatically refunded.
- `STRIPE_CANCEL_QUOTE` — Cancel Quote — Tool to cancel a Stripe quote. Use when you need to cancel an existing quote that is in 'draft' or 'open' status. Once canceled, the quote cannot be finalized or accepted by the customer.

## Auth

Auth schemes: `API_KEY`, `OAUTH2`. Managed by Definable: `OAUTH2` — no client credentials required from the user.

## How agents use Stripe

Inside a Definable workflow, Stripe is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Stripe** — the Researcher (GPT-5.5) pulls context from Stripe (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Stripe** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Stripe (create record, post message, draft email).
- **Designer / Engineer → Distributor → Stripe** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Stripe (attach file, open PR comment, post status).

The Verifier checks every Stripe call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- payment processing — https://definable.ai/apps/category/payment-processing/
- ecommerce — https://definable.ai/apps/category/ecommerce/

## Related

- HTML page: https://definable.ai/apps/stripe/
- Same category (payment processing): https://definable.ai/apps/category/payment-processing/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
