Stripe
Also an agent toolStripe payments infrastructure integration for payment, customer, and invoice workflows
167 actions · 31 triggers
The Stripe integration lets you connect Stripe to your automations with 167 actions and 31 triggers — and every action is also a tool an AI agent can call. Examples: Create Charge, Get Charge, Update Charge, List Charges, Capture Charge. No blank-canvas wiring — connect it and use it in your workflows.
Every action below is also a tool an AI agent can call — the same pack powers your workflows and your agents.
Triggers 31
Events in Stripe that can start a workflow.
Payment Succeeded
Fires when a PaymentIntent succeeds
Charge Succeeded
Fires when a charge completes successfully
Customer Created
Fires when a new Stripe customer is created
Invoice Paid
Fires when an invoice is paid
Stripe Charge
List charges (GET /charges).
Stripe Payment Intent
List PaymentIntents (GET /payment_intents).
Stripe Setup Intent
List SetupIntents (GET /setup_intents).
Stripe Customer
List customers (GET /customers).
Stripe Payment Method
List PaymentMethods (GET /payment_methods).
Stripe Product
List products (GET /products).
Stripe Price
List prices (GET /prices).
Stripe Invoice
List invoices (GET /invoices).
Stripe Invoice Item
List invoice items (GET /invoiceitems).
Stripe Subscription
List subscriptions (GET /subscriptions).
Stripe Subscription Item
List subscription items (GET /subscription_items).
Stripe Subscription Schedule
List schedules (GET /subscription_schedules).
Stripe Checkout Session
List sessions (GET /checkout/sessions).
Stripe Payment Link
List payment links (GET /payment_links).
Stripe Refund
List refunds (GET /refunds).
Stripe Dispute
List disputes (GET /disputes).
Stripe Payout
List payouts (GET /payouts).
Stripe Balance Transaction
List balance transactions ledger (GET /balance_transactions).
Stripe Transfer
List transfers (GET /transfers).
Stripe Coupon
List coupons (GET /coupons).
Stripe Promotion Code
List promotion codes (GET /promotion_codes).
Stripe Tax Rate
List tax rates (GET /tax_rates).
Stripe File
List files (GET /files).
Stripe File Link
List file links (GET /file_links).
Stripe Event
List events for poll/replay; retained 30 days (GET /events).
Stripe Connected Account
List connected accounts (GET /accounts).
Stripe Webhook Endpoint
List webhook endpoints (GET /webhook_endpoints).
Actions 167
What Zervanor can do in Stripe.
Invoices12
Create Invoice
Create a draft invoice (POST /invoices).
Get Invoice
Retrieve an invoice (GET /invoices/{id}).
Update Invoice
Update an invoice (POST /invoices/{id}).
Delete Invoice
Delete a draft invoice (DELETE /invoices/{id}).
List Invoices
List invoices (GET /invoices).
Search Invoices
Search invoices (GET /invoices/search).
Get Upcoming Invoice
Preview the upcoming invoice for a customer (GET /invoices/upcoming).
Finalize Invoice
Finalize a draft invoice (POST /invoices/{id}/finalize).
Pay Invoice
Pay an invoice (POST /invoices/{id}/pay).
Send Invoice
Email the invoice to the customer (POST /invoices/{id}/send).
Void Invoice
Void a finalized invoice (POST /invoices/{id}/void).
Mark Invoice Uncollectible
Mark invoice uncollectible (POST /invoices/{id}/mark_uncollectible).
Payment Intents10
Create Payment Intent
Create a PaymentIntent (POST /payment_intents).
Get Payment Intent
Retrieve a PaymentIntent (GET /payment_intents/{id}).
Update Payment Intent
Update a PaymentIntent (POST /payment_intents/{id}).
List Payment Intents
List PaymentIntents (GET /payment_intents).
Confirm Payment Intent
Confirm (attempt payment) (POST /payment_intents/{id}/confirm).
Capture Payment Intent
Capture authorized funds (POST /payment_intents/{id}/capture).
Cancel Payment Intent
Cancel a PaymentIntent (POST /payment_intents/{id}/cancel).
Increment Authorization
Increment authorized amount (POST /payment_intents/{id}/increment_authorization).
Apply Customer Balance
Apply customer cash balance (POST /payment_intents/{id}/apply_customer_balance).
Search Payment Intents
Search PaymentIntents (GET /payment_intents/search).
Accounts9
Create Connected Account
Create a connected account (POST /accounts).
Get Connected Account
Retrieve a connected account (GET /accounts/{id}).
Update Connected Account
Update a connected account (POST /accounts/{id}).
Delete Connected Account
Delete a connected account (DELETE /accounts/{id}).
List Connected Accounts
List connected accounts (GET /accounts).
Reject Connected Account
Reject a connected account (POST /accounts/{account}/reject).
List External Accounts
List external bank/card accounts (GET /accounts/{account}/external_accounts).
Create External Account
Add an external account (POST /accounts/{account}/external_accounts).
Create Login Link
Create an Express dashboard login link (POST /accounts/{account}/login_links).
Customers9
Create Customer
Create a customer (POST /customers).
Get Customer
Retrieve a customer (GET /customers/{id}).
Update Customer
Update a customer (POST /customers/{id}).
Delete Customer
Delete a customer (DELETE /customers/{id}).
List Customers
List customers (GET /customers).
Search Customers
Search customers (GET /customers/search).
List Customer Balance Transactions
List a customer's cash-balance transactions (GET /customers/{customer}/balance_transactions).
List Customer Payment Methods
List a customer's payment methods (GET /customers/{customer}/payment_methods).
Create Funding Instructions
Create funding instructions for a customer (POST /customers/{customer}/funding_instructions).
Subscriptions8
Create Subscription
Create a subscription (POST /subscriptions).
Get Subscription
Retrieve a subscription (GET /subscriptions/{id}).
Update Subscription
Update a subscription (POST /subscriptions/{id}).
Cancel Subscription
Cancel a subscription (DELETE /subscriptions/{id}).
List Subscriptions
List subscriptions (GET /subscriptions).
Search Subscriptions
Search subscriptions (GET /subscriptions/search).
Resume Subscription
Resume a paused subscription (POST /subscriptions/{id}/resume).
Delete Subscription Discount
Delete a subscription's discount (DELETE /subscriptions/{subscription}/discount).
Tax8
Create Tax Calculation
Calculate tax for a set of line items (POST /tax/calculations).
List Tax Calculation Line Items
List a calculation's line items (GET /tax/calculations/{id}/line_items).
Create Tax Transaction From Calculation
Record a tax transaction from a calculation (POST /tax/transactions/create_from_calculation).
Create Tax Transaction Reversal
Reverse a tax transaction (POST /tax/transactions/create_reversal).
Get Tax Transaction
Retrieve a tax transaction (GET /tax/transactions/{id}).
List Tax Transaction Line Items
List a transaction's line items (GET /tax/transactions/{id}/line_items).
List Tax Registrations
List tax registrations (GET /tax/registrations).
Get Tax Settings
Retrieve tax settings (GET /tax/settings).
Transfers8
Create Transfer
Create a transfer to a connected account (POST /transfers).
Get Transfer
Retrieve a transfer (GET /transfers/{id}).
Update Transfer
Update a transfer's metadata (POST /transfers/{id}).
List Transfers
List transfers (GET /transfers).
Create Transfer Reversal
Create a transfer reversal (POST /transfers/{id}/reversals).
Get Transfer Reversal
Retrieve a reversal (GET /transfers/{id}/reversals/{rid}).
Update Transfer Reversal
Update a reversal (POST /transfers/{id}/reversals/{rid}).
List Transfer Reversals
List reversals (GET /transfers/{id}/reversals).
Setup Intents7
Create Setup Intent
Create a SetupIntent to save a payment method (POST /setup_intents).
Get Setup Intent
Retrieve a SetupIntent (GET /setup_intents/{id}).
Update Setup Intent
Update a SetupIntent (POST /setup_intents/{id}).
List Setup Intents
List SetupIntents (GET /setup_intents).
Confirm Setup Intent
Confirm a SetupIntent (POST /setup_intents/{id}/confirm).
Cancel Setup Intent
Cancel a SetupIntent (POST /setup_intents/{id}/cancel).
Verify Microdeposits
Verify microdeposit amounts (POST /setup_intents/{id}/verify_microdeposits).
Charges6
Create Charge
Create a charge (legacy; prefer PaymentIntents) (POST /charges).
Get Charge
Retrieve a charge (GET /charges/{charge}).
Update Charge
Update a charge metadata/description (POST /charges/{charge}).
List Charges
List charges (GET /charges).
Capture Charge
Capture a previously authorized charge (POST /charges/{charge}/capture).
Search Charges
Search charges using the query language (GET /charges/search).
Checkout6
Create Checkout Session
Create a Checkout Session hosted payment page (POST /checkout/sessions).
Get Checkout Session
Retrieve a session (GET /checkout/sessions/{id}).
Update Checkout Session
Update a session (POST /checkout/sessions/{id}).
List Checkout Sessions
List sessions (GET /checkout/sessions).
Expire Checkout Session
Expire an open session (POST /checkout/sessions/{id}/expire).
List Checkout Session Line Items
List a session's line items (GET /checkout/sessions/{id}/line_items).
Payment Methods6
Create Payment Method
Create a PaymentMethod (POST /payment_methods).
Get Payment Method
Retrieve a PaymentMethod (GET /payment_methods/{id}).
Update Payment Method
Update a PaymentMethod (POST /payment_methods/{id}).
List Payment Methods
List PaymentMethods (GET /payment_methods).
Attach Payment Method
Attach a PaymentMethod to a customer (POST /payment_methods/{id}/attach).
Detach Payment Method
Detach a PaymentMethod from a customer (POST /payment_methods/{id}/detach).
Payouts6
Create Payout
Create a payout to a bank account (POST /payouts).
Get Payout
Retrieve a payout (GET /payouts/{id}).
Update Payout
Update a payout's metadata (POST /payouts/{id}).
List Payouts
List payouts (GET /payouts).
Cancel Payout
Cancel a pending payout (POST /payouts/{payout}/cancel).
Reverse Payout
Reverse a paid payout (POST /payouts/{payout}/reverse).
Products6
Create Product
Create a product (POST /products).
Get Product
Retrieve a product (GET /products/{id}).
Update Product
Update a product (POST /products/{id}).
Delete Product
Delete a product (DELETE /products/{id}).
List Products
List products (GET /products).
Search Products
Search products (GET /products/search).
Subscription Schedules6
Create Subscription Schedule
Create a subscription schedule (POST /subscription_schedules).
Get Subscription Schedule
Retrieve a schedule (GET /subscription_schedules/{id}).
Update Subscription Schedule
Update a schedule (POST /subscription_schedules/{id}).
List Subscription Schedules
List schedules (GET /subscription_schedules).
Cancel Subscription Schedule
Cancel a schedule (POST /subscription_schedules/{id}/cancel).
Release Subscription Schedule
Release a schedule (POST /subscription_schedules/{id}/release).
Coupons5
Create Coupon
Create a coupon (POST /coupons).
Get Coupon
Retrieve a coupon (GET /coupons/{id}).
Update Coupon
Update a coupon (POST /coupons/{id}).
Delete Coupon
Delete a coupon (DELETE /coupons/{id}).
List Coupons
List coupons (GET /coupons).
Invoiceitems5
Create Invoice Item
Create an invoice line item (POST /invoiceitems).
Get Invoice Item
Retrieve an invoice item (GET /invoiceitems/{id}).
Update Invoice Item
Update an invoice item (POST /invoiceitems/{id}).
Delete Invoice Item
Delete an invoice item (DELETE /invoiceitems/{id}).
List Invoice Items
List invoice items (GET /invoiceitems).
Payment Links5
Create Payment Link
Create a reusable payment link (POST /payment_links).
Get Payment Link
Retrieve a payment link (GET /payment_links/{id}).
Update Payment Link
Update a payment link (POST /payment_links/{id}).
List Payment Links
List payment links (GET /payment_links).
List Payment Link Line Items
List a link's line items (GET /payment_links/{id}/line_items).
Prices5
Create Price
Create a price (POST /prices).
Get Price
Retrieve a price (GET /prices/{id}).
Update Price
Update a price (POST /prices/{id}).
List Prices
List prices (GET /prices).
Search Prices
Search prices (GET /prices/search).
Refunds5
Create Refund
Create a refund (POST /refunds).
Get Refund
Retrieve a refund (GET /refunds/{id}).
Update Refund
Update a refund's metadata (POST /refunds/{id}).
List Refunds
List refunds (GET /refunds).
Cancel Refund
Cancel a pending refund (POST /refunds/{refund}/cancel).
Subscription Items5
Create Subscription Item
Create a subscription item (POST /subscription_items).
Get Subscription Item
Retrieve a subscription item (GET /subscription_items/{id}).
Update Subscription Item
Update a subscription item (POST /subscription_items/{id}).
Delete Subscription Item
Delete a subscription item (DELETE /subscription_items/{id}).
List Subscription Items
List subscription items (GET /subscription_items).
Webhook Endpoints5
Create Webhook Endpoint
Register a webhook endpoint and enabled events (POST /webhook_endpoints).
Get Webhook Endpoint
Retrieve a webhook endpoint (GET /webhook_endpoints/{id}).
Update Webhook Endpoint
Update enabled events or URL (POST /webhook_endpoints/{id}).
Delete Webhook Endpoint
Delete a webhook endpoint (DELETE /webhook_endpoints/{id}).
List Webhook Endpoints
List webhook endpoints (GET /webhook_endpoints).
Disputes4
Get Dispute
Retrieve a dispute (GET /disputes/{id}).
Update Dispute
Update a dispute / submit evidence (POST /disputes/{id}).
List Disputes
List disputes (GET /disputes).
Close Dispute
Close (forfeit) a dispute (POST /disputes/{dispute}/close).
File Links4
Create File Link
Create a public link to a file (POST /file_links).
Get File Link
Retrieve a file link (GET /file_links/{id}).
Update File Link
Update a file link (POST /file_links/{id}).
List File Links
List file links (GET /file_links).
Promotion Codes4
Create Promotion Code
Create a promotion code (POST /promotion_codes).
Get Promotion Code
Retrieve a promotion code (GET /promotion_codes/{id}).
Update Promotion Code
Update a promotion code (POST /promotion_codes/{id}).
List Promotion Codes
List promotion codes (GET /promotion_codes).
Tax Rates4
Create Tax Rate
Create a tax rate (POST /tax_rates).
Get Tax Rate
Retrieve a tax rate (GET /tax_rates/{id}).
Update Tax Rate
Update a tax rate (POST /tax_rates/{id}).
List Tax Rates
List tax rates (GET /tax_rates).
Files3
Upload File
Upload a file via multipart/form-data on host files.stripe.com (POST /files).
Get File
Retrieve a file (GET /files/{id}).
List Files
List files (GET /files).
Balance Transactions2
Get Balance Transaction
Retrieve a balance transaction (GET /balance_transactions/{id}).
List Balance Transactions
List balance transactions ledger (GET /balance_transactions).
Events2
Get Event
Retrieve a single event (GET /events/{id}).
List Events
List events for poll/replay; retained 30 days (GET /events).
Account Links1
Create Account Link
Create a hosted onboarding/account link (POST /account_links).
Balance1
Get Balance
Retrieve the current account balance (GET /balance).
Nothing matches your search.
Automations using Stripe
Build your own automation with Stripe in the visual builder.
Automations with Stripe
Stripe → Slack
Every successful Stripe payment posts to the Slack channel your team actually watches — with the amount and customer, no manual copy-paste.
AutomationStripe → Google Sheets
Each successful payment lands as a spreadsheet row — a revenue ledger your team can pivot on, without a nightly export.
AutomationStripe → SendGrid
A paid invoice triggers your own branded confirmation email — not the default receipt, and not a task someone remembers to do.
Frequently asked questions
What can I automate with Stripe?
167 actions are available — for example: Create Charge, Get Charge, Update Charge, List Charges, Capture Charge, and more.
Which Stripe events can start a workflow?
31 triggers — for example: Payment Succeeded, Charge Succeeded, Customer Created, Invoice Paid.
Can Stripe be used as an AI agent tool?
Yes. Every Stripe action automatically becomes a tool an AI agent can call — the same pack powers both your workflows and your agents.
How is the Stripe integration modelled?
Stripe is modelled as a versioned connector pack, and the steps that need reasoning fall to first-party agents hosted in the same runtime as the workflows.