APIs, workflows and UIs with Stripe Windmill

APIs, workflows and UIs with Stripe

Create workflows, data pipelines, endpoints or admin panels that interact with Stripe.

Stripe is a software specializing in online payment processing systems.

Connecting Windmill to Stripe takes a few seconds and lets you build internal tools from it and integrate with any other platform.

From scripts supported in multiple languages, build UIs and flows that you can monitor and trigger on demand, by schedule or webhooks.

FlowsAppsRunsSchedulesWebhooksGitHubGitLabVSCode

Scripts for Stripe

Write any script, flow or app targeting Stripe API, or pick them from Windmill Hub community library. Windmill supports scripts in TypeScript, Python, Go, Bash and SQL.

Update a Customer

Updates the specified customer by setting the values of the parameters passed.

View on the Hub

Create a Payout

Send funds to your own bank account.

View on the Hub

Retrieve Invoice Line Item

Retrieve a single line item on an invoice.

View on the Hub

Get Recently Added Customers

Trigger script to get the newly created customers.

View on the Hub

List Balance History

Returns the last 100 transactions that have contributed to the Stripe account balance.

View on the Hub

Create a Refund

Creating a new refund will refund a charge that has previously been created but not yet refunded.

View on the Hub