Stripe
Finance

Stripe Connector

Connect to Stripe to manage customers, charges, payment intents, invoices, and account balance.

$pip install "toolsconnector[stripe]"
40
Actions
Finance
Category
Free
Apache 2.0

All 40 Actions

Action Description Parameters Returns
cancel_payment_intentCancel a Stripe PaymentIntentpayment_intent_idPaymentIntent
cancel_subscription ⚠Cancel a subscriptionsubscription_id  [at_period_end]StripeSubscription
capture_payment_intent ⚠Capture a Stripe PaymentIntentpayment_intent_id  [amount_to_capture]PaymentIntent
close_dispute ⚠Close a Stripe disputedispute_idStripeDispute
confirm_payment_intent ⚠Confirm a Stripe PaymentIntentpayment_intent_id  [payment_method]PaymentIntent
create_charge ⚠Create a chargeamount, currency  [customer, source, description, metadata]StripeCharge
create_checkout_session ⚠Create a Stripe Checkout Sessionline_items, mode, success_url, cancel_urlStripeCheckoutSession
create_customer ⚠Create a new Stripe customer[email, name, description, metadata]StripeCustomer
create_payment_intent ⚠Create a Stripe PaymentIntentamount, currency  [customer, description]PaymentIntent
create_payout ⚠Create a payout to your bank accountamount, currencyStripePayout
create_price ⚠Create a Stripe priceproduct, unit_amount, currency  [recurring_interval]StripePrice
create_product ⚠Create a Stripe productname  [description, metadata]StripeProduct
create_setup_intentCreate a Stripe SetupIntent[customer, payment_method_types]StripeSetupIntent
create_subscription ⚠Create a subscriptioncustomer, price  [trial_days]StripeSubscription
delete_customer ⚠Delete a Stripe customercustomer_idNoneType
get_balanceRetrieve the current Stripe account balanceStripeBalance
get_chargeRetrieve a single Stripe charge by IDcharge_idStripeCharge
get_customerRetrieve a single Stripe customer by IDcustomer_idStripeCustomer
get_disputeRetrieve a single Stripe dispute by IDdispute_idStripeDispute
get_eventRetrieve a single Stripe event by IDevent_idStripeEvent
get_invoiceRetrieve a single Stripe invoice by IDinvoice_idStripeInvoice
get_payment_intentRetrieve a single Stripe PaymentIntent by IDpayment_intent_idPaymentIntent
get_payoutRetrieve a single Stripe payout by IDpayout_idStripePayout
get_setup_intentRetrieve a single Stripe SetupIntent by IDsetup_intent_idStripeSetupIntent
get_subscriptionRetrieve a single Stripe subscription by IDsubscription_idStripeSubscription
list_chargesList charges from your Stripe account[customer, limit, starting_after]PaginatedList[StripeCharge]
list_customersList customers from your Stripe account[limit, starting_after]PaginatedList[StripeCustomer]
list_disputesList disputes from your Stripe account[limit, starting_after]PaginatedList[StripeDispute]
list_eventsList events from your Stripe account[type, limit, starting_after]PaginatedList[StripeEvent]
list_invoicesList invoices from your Stripe account[customer, limit, starting_after]PaginatedList[StripeInvoice]
list_payment_intentsList PaymentIntents from your Stripe account[customer, limit, starting_after]PaginatedList[PaymentIntent]
list_payment_methodsList payment methods for a customercustomer  [type, limit, starting_after]PaginatedList[StripePaymentMethod]
list_payoutsList payouts from your Stripe account[limit, starting_after]PaginatedList[StripePayout]
list_pricesList prices from your Stripe account[product, limit, starting_after]PaginatedList[StripePrice]
list_productsList products from your Stripe account[limit, starting_after]PaginatedList[StripeProduct]
list_refundsList refunds from your Stripe account[charge, limit, starting_after]PaginatedList[StripeRefund]
list_subscriptionsList subscriptions from your Stripe account[customer, status, limit, starting_after]PaginatedList[StripeSubscription]
refund_charge ⚠Refund a chargecharge_id  [amount, reason]StripeRefund
update_customer ⚠Update a Stripe customercustomer_id  [email, name, description, metadata]StripeCustomer
void_invoice ⚠Void a Stripe invoiceinvoice_idStripeInvoice
Open Interactive Docs & Playground →

Full schema explorer, code generation, and live API testing