Skip to content

Stripe ​

Accept payments, manage subscriptions, and handle payouts with the Stripe API.

DetailValue
CategoryPayments
Base URLhttps://api.stripe.com/
AuthenticationBearer Token
Endpoints8
Connector keystripe

Using Stripe in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick Stripe from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
POST /chargesCreate a new charge
GET /charges/{charge_id}Retrieve a charge by ID
POST /payment_intentsCreate a payment intent
GET /customersList all customers
POST /customersCreate a new customer
POST /refundsCreate a refund
GET /invoicesList all invoices
POST /subscriptionsCreate a subscription

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.