Stripe
Stripe is a payment processing platform for online businesses. Create charges and payment intents, manage customers, subscriptions, invoices, products, prices, and refunds, and poll for new payment activity.
What your agent can do with Stripe
Triggers and actions 11 triggers · 21 actions
- TriggerNew Charge
Triggers when a new charge is created.
- TriggerNew Charge (instant)
Fires instantly when a charge succeeds in Stripe, via a self-registered webhook (charge.succeeded). The platform registers/deletes the Stripe webhook endpoint automatically at automation activation/deactivation. Payload binds as {{ trigger.body.* }}.
- TriggerNew Customer
Triggers when a new customer is created.
- TriggerNew Event
Triggers when a new Stripe event is created (covers all event types via the Events API).
- TriggerNew Invoice
Triggers when a new invoice is created.
- TriggerNew paid and available charge
Triggered when a new paid and available charge is created.
- TriggerNew paid charge
Triggered when a new paid charge is created.
- TriggerNew plan
Triggered when a new plan is created.
- TriggerNew Product
Triggers when a new product is created.
- TriggerNew Refund
Triggers when a new refund is created.
- TriggerNew Subscription
Triggers when a new subscription is created.
- ActionCancel Subscription
Cancels a subscription by its ID.
- ActionCreate Charge
Creates a charge. Amount is in the smallest currency unit (e.g. cents).
- ActionCreate charges (bulk charge creation)
Creates a charge in Stripe.
- ActionCreate Customer
Creates a new customer in Stripe.
- ActionCreate Payment Intent
Creates a PaymentIntent (the modern Stripe payment flow). Amount is in the smallest currency unit.
- ActionCreate Price
Creates a price for a product. unit_amount is in the smallest currency unit.
- ActionCreate Product
Creates a product (a good or service) in Stripe.
- ActionCreate Refund
Refunds a charge or payment intent. Provide charge or payment_intent; amount optional for partial refund.
- ActionCreate refund by charge id (distinct from Create Refund)
Creates a refund for a specific charge id.
- ActionCreate Subscription
Creates a subscription for a customer to one or more prices.
- ActionDelete Customer
Permanently deletes a customer by ID.
- ActionFind Customer by Email
Searches for customers matching an email address.
- ActionGet Charge
Retrieves a charge by its ID.
- ActionGet charge details (distinct from Get Charge)
Retrieves a charge's details by its charge id.
- ActionGet Customer
Retrieves a customer by their Stripe ID.
- ActionGet Invoice
Retrieves an invoice by its ID.
- ActionGet Refund
Retrieves a refund by its ID.
- ActionGet Subscription
Retrieves a subscription by its ID.
- ActionGet transaction details
Retrieves a transaction's details by its transaction id.
- ActionList balance transactions
List balance transactions (txn_xxx) for the account, most recent first.
- ActionUpdate Customer
Updates an existing customer by ID.
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the Stripe API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.