ToolsSlack

Slack

Messages, channels, users, and workspace management

Communication~156 toolsOAuth
View Slack docs

stripe.customers.create

Create a new customer in Stripe with email, name, and metadata

POST

stripe.customers.list

List all customers with pagination and filtering options

GET

stripe.customers.retrieve

Retrieve a customer by their unique ID

GET

stripe.customers.update

Update an existing customer's details

PUT

stripe.customers.delete

Permanently delete a customer and their data

DELETE

stripe.charges.create

Create a new charge for a customer or source

POST

stripe.charges.list

List all charges with optional filters

GET

stripe.charges.retrieve

Retrieve a specific charge by ID

GET

stripe.subscriptions.create

Create a new subscription for a customer

POST

stripe.subscriptions.list

List all subscriptions with filters

GET

stripe.subscriptions.cancel

Cancel an active subscription

DELETE

stripe.invoices.create

Create a new invoice for a customer

POST