Stripe
Learn how to use Stripe with Composio
Overview
Enum
STRIPE
Description
Stripe is a payment processor that allows you to accept payments online.
Authentication Details
API_KEY
Actions
STRIPE_LIST_PAYMENT_INTENTS
Retrieves a list of paymentintents from stripe, optionally filtered by various parameters.
Action Parameters
Action Response
STRIPE_LIST_CUSTOMERS
Retrieves a list of customers from stripe, optionally filtered by various parameters.
Action Parameters
Action Response
STRIPE_RETRIEVE_SUBSCRIPTION
Retrieves a subscription from stripe using the given subscription id.
Action Parameters
Action Response
STRIPE_UPDATE_SUBSCRIPTION
Updates an existing subscription in stripe with bracket-notation flattening.
Action Parameters
Action Response
STRIPE_LIST_PRODUCTS
Retrieves a list of products from stripe, optionally filtered by various parameters.
Action Parameters
Action Response
STRIPE_RETRIEVE_BALANCE
Retrieves the current account balance in stripe based on the authentication used for the request.
Action Parameters
Action Response
STRIPE_UPDATE_CUSTOMER
Updates an existing customer’s information in stripe with bracket-notation flattening.
Action Parameters
Action Response
STRIPE_CONFIRM_PAYMENT_INTENT
Confirms a paymentintent in stripe, initiating payment with the current or provided payment method.
Action Parameters
Action Response
STRIPE_CREATE_CUSTOMER
Creates a new customer record in stripe.
Action Parameters
Action Response
STRIPE_CREATE_PRICE
Creates a new price for a product in stripe, handling both flat and nested fields.
Action Parameters
Action Response
STRIPE_CREATE_PRODUCT
Creates a new product in stripe.
Action Parameters
Action Response
STRIPE_CREATE_INVOICE
Creates a draft invoice for a given customer in stripe.
Action Parameters
Action Response
STRIPE_RETRIEVE_CUSTOMER
Retrieves an existing customer’s information from stripe.
Action Parameters
Action Response
STRIPE_LIST_SUBSCRIPTIONS
Retrieves a list of subscriptions from stripe, optionally filtered by various parameters.
Action Parameters
Action Response
STRIPE_CREATE_PAYMENT_INTENT
Creates a paymentintent in stripe to initiate a payment.
Action Parameters
Action Response
STRIPE_LIST_CHARGES
Retrieves a list of charges from stripe, optionally filtered by various parameters.
Action Parameters
Action Response
STRIPE_CANCEL_SUBSCRIPTION
Cancels a customer’s subscription in stripe immediately or at the end of the billing period.
Action Parameters
Action Response
STRIPE_CREATE_SUBSCRIPTION
Creates a new detailed subscription for an existing customer in stripe.
Action Parameters
Action Response
STRIPE_LIST_INVOICES
Retrieves a list of invoices from stripe, optionally filtered by various parameters.
Action Parameters
Action Response