Stripe
LIMITED AI ALWAYS-ON CAPABLEStripe offers online payment infrastructure, fraud prevention, and APIs enabling businesses to accept and manage payments globally
Connect Stripe to ChatGPT or Claude with your own Stripe login or an API key, and your AI can run 428 of its actions. 203 of those only read and change nothing. 47 can delete or send something that cannot be undone, so those need a boundary you set before anyone runs them.
Things you could hand over
Balance transactions are the ledger of everything that moved through the account, so your assistant can read the month rather than the dashboard's summary of it, then reconcile that against the payouts that landed in the bank and the charges and refunds behind them. Everything here is filterable by date range and paginated, so it can work through the whole period rather than the first page.
Built on: List Balance Transactions / List Payouts / List Charges / List Refunds
The assistant can list invoices filtered to the ones still open, read each one down to its line items, and tell you who it went to and what it was for. That produces a chase list with the amount, the customer and the age of each invoice, rather than a number you then have to go and decode.
Built on: List Invoices / Retrieve Invoice / Get Invoice Line Items / Retrieve customer
Stripe's search query language is available to the assistant, so it can find the payment by customer, amount or status, then read the payment intent and the underlying charge for the actual decline reason rather than the generic message the customer saw. It can also check what payment methods that customer has on file and whether one of them has expired.
Built on: Search payment intents / Retrieve payment intent / Retrieve Charge Details / List customer payment methods
A payment link is a hosted checkout page you can paste into an email or a message, and the assistant can create one end to end: find or create the product, set the price, and generate the link. It supports up to twenty line items. Nothing has to be built, and you can list your existing links to reuse one rather than making a fourth version of the same thing.
Built on: Create Payment Link / Create a price / Create product / List payment links / Retrieve payment link
The assistant can create a draft invoice for a customer, add the line items for the work, and read the invoice back to check it. Draft is a real state in Stripe: nothing is sent and nothing is owed until the invoice is finalized, which is a separate step. That gap is the review window, and nothing reaches the customer until you finalize.
Built on: Create an invoice / Add lines to invoice / Get Invoice Line Items / Retrieve Invoice / Finalize an invoice
The assistant can look up the charge, check what has already been refunded against it, and issue a full or partial refund by charge ID or payment intent ID. It can then read the refund back to confirm the amount and status. Stripe does not reverse a refund, so the check happens before, not after.
Built on: Retrieve Charge Details / List Charge Refunds / Create Refund / Retrieve a refund
It can list the open disputes on the account, open any one of them for the full detail including the evidence fields and the current status, and pull the charge and payment intent behind it so you have the order, the amount, and the customer in one place. Submitting your response is a write to the dispute's evidence, and it can also attach internal notes to the dispute for tracking. What it gives you is the checklist: which fields are still empty and what each one is asking for.
Built on: List Disputes / Retrieve Dispute Details / Retrieve Charge Details / Retrieve payment intent / Update Dispute
It can find the subscription from the customer or by searching, read what is on it and when the current period ends, and then cancel. The connector's cancel action ends the subscription immediately, and Stripe stops charging from that point, which is not the same as letting the paid period run out. Have it read the period end and the amount back to you first, because that is the number the conversation with the customer is actually about.
Built on: Retrieve customer / Search subscriptions / List customer subscriptions / Retrieve subscription / Cancel customer subscription
- Several Stripe display names resolve to more than one live action in the connector catalog. Void an invoice matches five, Update subscription three, and Search Stripe customers three. Nothing on this page cites those names, because a citation that matches five actions names none of them, and if you ask an assistant to void an invoice it is worth confirming which route it took.
- Update Dispute states that it submits evidence, and Update Charge Dispute states that it writes metadata only. The dispute candidate here cites the first. Which evidence fields your account is required to fill for a given dispute reason is not readable from the connector, so the checklist it produces is the fields the dispute object carries, not the card network's requirements.
- Whether the account is in test mode or live mode is a property of the credential you connect, not of any action. Nothing in the action names distinguishes the two, so the same instruction runs against real money or against nothing depending on which key is behind the connection.
- Deleting a customer is exposed and was not written up as a candidate. Stripe describes it as irreversible and says it automatically cancels active subscriptions, and the reason a business usually reaches for it, ending the billing relationship, is what the cancellation candidate here does without destroying the financial history.
- No time saving is claimed for any candidate on this page, because none has been measured.
BUILT-IN AI Some AI exists, but it is narrow, gated to a higher tier, or hard to find.
7 event triggers. This app can fire automations on its own. One of 34 in this directory that can.