Stripe docs
Payments
Reference, authentication, tool schemas and examples.
Docs coming soon
Full reference for the 9 tools exposed by the Stripe connector is being migrated from our internal wiki.
Tools reference (summary)
create_customerCreate a new customer record with email, name, tax ID.
create_subscriptionSubscribe a customer to one or more prices.
create_payment_linkGenerate a shareable checkout URL.
create_invoiceDraft a one-off invoice for a customer.
list_customersPaginated list of customers with search.
list_subscriptionsFilter by status, customer, price, date.
create_refundRefund a charge in full or in part.
update_subscriptionChange quantity, price, or cancel at period end.
retrieve_balanceCurrent available and pending balances.