Skip to main content

Stripe

Stripe payment processing integration for managing customers, charges, payment intents, subscriptions, invoices, products, prices, refunds, and account balance. Uses API key authentication (secret key). All nodes support both Connect session mode and direct API key credentials per node. Tests use stripe-mock Docker container for offline testing.

NamespaceRobomotion.Stripe
Version1.1.0
CategoryPayments, eCommerce
Nodes31

Nodes

NodeDescription
ConnectOpens a connection to Stripe and returns a Client ID.
DisconnectCloses a Stripe connection.
Create CustomerCreates a customer in Stripe.
Get CustomerGets a customer in Stripe.
Update CustomerUpdates a customer in Stripe.
Delete CustomerDeletes a customer in Stripe.
List CustomersLists customers in Stripe.
Search CustomersSearches customers in Stripe.
Create Payment IntentCreates a payment intent in Stripe.
Get Payment IntentGets a payment intent in Stripe.
Confirm Payment IntentConfirm Payment Intent — see the properties below.
List Payment IntentsLists payment intents in Stripe.
Create InvoiceCreates an invoice in Stripe.
Get InvoiceGets an invoice in Stripe.
Finalize InvoiceFinalize Invoice — see the properties below.
List InvoicesLists invoices in Stripe.
Create SubscriptionCreates a subscription in Stripe.
Cancel SubscriptionCancels a subscription in Stripe.
Get SubscriptionGets a subscription in Stripe.
List SubscriptionsLists subscriptions in Stripe.
Create ProductCreates a product in Stripe.
Get ProductGets a product in Stripe.
List ProductsLists products in Stripe.
Create PriceCreates a price in Stripe.
List PricesLists prices in Stripe.
Get ChargeGets a charge in Stripe.
List ChargesLists charges in Stripe.
Create RefundCreates a refund in Stripe.
List RefundsLists refunds in Stripe.
Get BalanceGets a balance in Stripe.
ToolkitExposes this package's operations to an AI Agent as a single tool.

Connecting

This package has a Connect node. Run it once at the start of your flow; it returns a Client ID that the other nodes take as input. Pair it with Disconnect so the connection is released when the flow ends.

Credentials belong in a Vault rather than typed into the node.

AI Agent tools

30 of these nodes are exposed as tools an AI Agent can call directly: Connect, Disconnect, Create Customer, Get Customer, Update Customer, Delete Customer, List Customers, Search Customers, Create Payment Intent, Get Payment Intent, Confirm Payment Intent, List Payment Intents, Create Invoice, Get Invoice, Finalize Invoice, List Invoices, Create Subscription, Cancel Subscription, Get Subscription, List Subscriptions, Create Product, Get Product, List Products, Create Price, List Prices, Get Charge, List Charges, Create Refund, List Refunds, Get Balance.

About this page

Generated from the package spec that the Flow Designer itself loads, so the node list and every property below match the version above exactly.

It does not yet include worked examples or service-specific guidance — those are written by hand, and a plausible-sounding guess in a reference page is worse than an honest gap. If you build something useful with this package, the community is the place to share it.