Search customers, create customers and payment links, list charges, and issue refunds in Stripe.
| Category | π³ Finance |
| Connection | β‘ OAuth 2.0 one-click, handled by Nango |
| Actions | 5 total β 2 read, 3 write |
Once connected, Stripe exposes the following actions. The AI can call them with #-mentions in chat, an agent can be granted a subset as tools, and a workflow can run them in an integration-action node.
| Action | Type | What it does | Proxy |
|---|---|---|---|
Search Customerssearch-customers | Read | Search Stripe customers. | β |
Create Customercreate-customer | Write | Create a new Stripe customer. | β |
Create Payment Linkcreate-payment-link | Write | Create a hosted Stripe payment link for a price. | β |
List Chargeslist-charges | Read | List recent Stripe charges. | β |
Create Refundcreate-refund | Write | Issue a refund against an existing charge. | β |
Actions tagged Write create, update, or delete data. In chat and agent paths they pause for your confirmation before running; workflows treat their deterministic wiring as implicit consent. Agent tools covers how to scope which actions an agent may use.
Stripe is governed per organization: an admin sets a monetary spend cap and a monthly call quota. A quota of 0 disables the integration β it never means unlimited. See the Integrations overview for the full governance model.