INTEGRATION

Stripe actions

Accept payments and manage customers, subscriptions and invoices in Stripe

Actions
55
Maintained by
Flomation

Every Stripe action

  • Balance: GetRetrieve the current Stripe account balance.
  • Charge: GetRetrieve a Stripe charge by ID.
  • Charge: ListList Stripe charges, optionally filtered by customer.
  • Checkout Session: CreateCreate a Stripe Checkout Session and return its hosted payment URL.
  • Checkout Session: ExpireExpire an open Stripe Checkout Session so it can no longer be completed.
  • Checkout Session: GetRetrieve a Stripe Checkout Session by ID.
  • Checkout Session: ListList Stripe Checkout Sessions, optionally filtered by customer.
  • Coupon: CreateCreate a Stripe coupon (percent-off or amount-off discount).
  • Coupon: ListList Stripe coupons.
  • Customer: CreateCreate a Stripe customer. Returns the customer ID and object.
  • Customer: DeletePermanently delete a Stripe customer.
  • Customer: GetRetrieve a Stripe customer by ID.
  • Customer: ListList Stripe customers, optionally filtered by email.
  • Customer: UpdateUpdate fields on an existing Stripe customer.
  • Dispute: CloseClose a Stripe dispute, acknowledging it as lost. Irreversible.
  • Dispute: GetRetrieve a Stripe dispute by ID.
  • Dispute: ListList Stripe disputes, optionally filtered by charge or payment intent.
  • Invoice: CreateCreate a draft Stripe invoice for a customer. Returns the invoice ID and object.
  • Invoice: FinalizeFinalise a draft Stripe invoice, making it ready to pay or send.
  • Invoice: GetRetrieve a Stripe invoice by ID.
  • Invoice: ListList Stripe invoices, optionally filtered by customer or status.
  • Invoice: PayAttempt to collect payment on a Stripe invoice out of the normal schedule.
  • Invoice: SendManually send a Stripe invoice to the customer by email.
  • Invoice: VoidVoid a finalised Stripe invoice. This cannot be undone.
  • Payment Intent: CancelCancel a Stripe PaymentIntent that has not yet completed.
  • Payment Intent: CaptureCapture the funds of an authorised Stripe PaymentIntent.
  • Payment Intent: CreateCreate a Stripe PaymentIntent to collect a payment. Returns the intent ID and object.
  • Payment Intent: GetRetrieve a Stripe PaymentIntent by ID.
  • Payment Intent: ListList Stripe PaymentIntents, optionally filtered by customer.
  • Payment Intent: UpdateUpdate fields on an existing Stripe PaymentIntent.
  • Payment Method: AttachAttach a Stripe payment method to a customer.
  • Payment Method: DetachDetach a Stripe payment method from its customer.
  • Payment Method: GetRetrieve a Stripe payment method by ID.
  • Payment Method: ListList a customer's Stripe payment methods by type.
  • Payout: CreateCreate a Stripe payout to your bank account or debit card.
  • Payout: GetRetrieve a Stripe payout by ID.
  • Payout: ListList Stripe payouts, optionally filtered by status.
  • Price: CreateCreate a Stripe price for a product. Returns the price ID and object.
  • Price: GetRetrieve a Stripe price by ID.
  • Price: ListList Stripe prices, optionally filtered by product or active state.
  • Price: UpdateUpdate mutable fields (active, nickname, metadata) on a Stripe price.
  • Product: CreateCreate a Stripe product. Returns the product ID and object.
  • Product: GetRetrieve a Stripe product by ID.
  • Product: ListList Stripe products, optionally filtered by active state.
  • Product: UpdateUpdate fields on an existing Stripe product.
  • Promotion Code: CreateCreate a customer-facing promotion code for a Stripe coupon.
  • Promotion Code: ListList Stripe promotion codes, optionally filtered by coupon or active state.
  • Refund: CreateRefund a Stripe charge or payment intent, in full or part.
  • Refund: GetRetrieve a Stripe refund by ID.
  • Refund: ListList Stripe refunds, optionally filtered by charge or payment intent.
  • Subscription: CancelCancel a Stripe subscription immediately.
  • Subscription: CreateCreate a Stripe subscription for a customer from price/quantity items.
  • Subscription: GetRetrieve a Stripe subscription by ID.
  • Subscription: ListList Stripe subscriptions, optionally filtered by customer and status.
  • Subscription: UpdateUpdate a Stripe subscription (cancel at period end, metadata).

Wire Stripe into the rest of your stack

Every action here drops onto the canvas alongside the other 3,585, so a Stripe step can sit between a form, a database and a message without any glue code.