Billing
Connect Stripe to Chatsy
Review the configured billing reads. An agent cannot run them yet, and the templates do not refund charges or change subscriptions.
Route these requests to your team
Until agent execution passes end-to-end testing, set up human handoff so a person handles the requests these tools would cover.
Connects with an API key
Chatsy verifies the credential with Stripe before saving it, then stores it encrypted with AES-256-GCM.
Scope
What is configured
Action templates
- Look up customerReadsLook up Stripe customers by email, name, or partial email.
- List invoicesReadsList customer invoices and return hosted invoice links.
- Check subscriptionReadsCheck subscription status, renewal date, and cancellation-at-period-end state.
Setup guide
Connect and review Stripe
Connect the service and review the configured tools.
- 01
Connect the service
In Integrations, choose Stripe and add a key with read access to Customers, Invoices, and Subscriptions.
- 02
Review the configured tools
The connection creates provider tool records for existing agents. Review their methods, fields, and enabled state.
Limits and fit
Where this setup can fail, and when another path fits better.
Provider documentation
Common failure modes
- The credential is invalid, expired, or later revoked.
- An enabled tool is asked to perform an action outside the fields and methods it supports.
- The agent runtime calls a provider route without the required session and the request is rejected.
Not a fit for
- Workflows that need actions not listed on this page.
- Requests that should always be reviewed by a person before an external action runs.
- Agent workflows that depend on these configured tools before the runtime authentication boundary is fixed and tested end to end.
FAQ
Common questions
Ready to connect Stripe?
Create an agent, connect the service, and review its configured tools.