OCNORA

Stripe

Business appsAPI keycredential probe

Create customers in Stripe (secret API key).

OCNORA ships 43 typed Stripe operations and 1 trigger. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run. Anything not covered by a typed node reaches https://api.stripe.com/v1 through the HTTP node with the same credential.

Triggers 1

  • Event
    Start a run when Stripe emits an event (payment, invoice, subscription…).
    trigger.stripe_event

Operations 43

  • Cancel Payment Intent
    Cancel a PaymentIntent that has not been captured yet.
    stripe.cancel_payment_intent
  • Cancel Subscription
    Cancel a Stripe subscription immediately.
    stripe.cancel_subscription
  • Capture Charge
    Capture the funds of a charge that was authorised but not captured.
    stripe.capture_charge
  • Confirm Payment Intent
    Confirm a PaymentIntent so Stripe attempts the payment.
    stripe.confirm_payment_intent
  • Create Checkout Session
    Create a Stripe Checkout Session and get the hosted payment page URL.
    stripe.create_checkout_session
  • Create Coupon
    Create a percentage or fixed-amount discount coupon in Stripe.
    stripe.create_coupon
  • Create Customer
    Create a customer in Stripe.
    stripe.create_customer
  • Create Invoice
    Create a draft invoice for a Stripe customer.
    stripe.create_invoice
  • Create Payment Intent
    Create a PaymentIntent to collect a payment from a customer.
    stripe.create_payment_intent
  • Create Payment Link
    Create a shareable payment link for an existing Stripe price.
    stripe.create_payment_link
  • Create Price
    Create a one-time or recurring price for an existing Stripe product.
    stripe.create_price
  • Create Product
    Create a product in the Stripe catalog.
    stripe.create_product
  • Create Promotion Code
    Create a customer-facing code that redeems an existing Stripe coupon.
    stripe.create_promotion_code
  • Create Refund
    Refund a Stripe charge or PaymentIntent, in full or in part.
    stripe.create_refund
  • Create Subscription
    Subscribe a Stripe customer to one or more recurring prices.
    stripe.create_subscription
  • Delete Customer
    Permanently delete a Stripe customer and cancel its subscriptions.
    stripe.delete_customer
  • Finalize Invoice
    Finalize a draft Stripe invoice so it becomes open and payable.
    stripe.finalize_invoice
  • Get Charge
    Retrieve one Stripe charge by its id.
    stripe.get_charge
  • Get Checkout Session
    Retrieve one Stripe Checkout Session to see whether it was paid.
    stripe.get_checkout_session
  • Get Customer
    Retrieve one Stripe customer by its id.
    stripe.get_customer
  • Get Invoice
    Retrieve one Stripe invoice by its id.
    stripe.get_invoice
  • Get Payment Intent
    Retrieve one Stripe PaymentIntent by its id.
    stripe.get_payment_intent
  • Get Price
    Retrieve one Stripe price by its id.
    stripe.get_price
  • Get Product
    Retrieve one Stripe product by its id.
    stripe.get_product
  • Get Subscription
    Retrieve one Stripe subscription by its id.
    stripe.get_subscription
  • List Balance Transactions
    List the transactions that changed the Stripe balance, newest first.
    stripe.list_balance_transactions
  • List Charges
    List recent Stripe charges, optionally filtered by customer.
    stripe.list_charges
  • List Coupons
    List the discount coupons in the Stripe account, newest first.
    stripe.list_coupons
  • List Customers
    List Stripe customers, newest first, optionally filtered by email.
    stripe.list_customers
  • List Invoice Line Items
    List the line items of one Stripe invoice.
    stripe.list_invoice_lines
  • List Invoices
    List Stripe invoices, newest first, with optional filters.
    stripe.list_invoices
  • List Payment Intents
    List Stripe PaymentIntents, newest first, optionally for one customer.
    stripe.list_payment_intents
  • List Payouts
    List Stripe payouts to your bank account, newest first.
    stripe.list_payouts
  • List Prices
    List Stripe prices, newest first, with optional filters.
    stripe.list_prices
  • List Products
    List products in the Stripe catalog, newest first.
    stripe.list_products
  • List Promotion Codes
    List Stripe promotion codes, newest first, with optional filters.
    stripe.list_promotion_codes
  • List Refunds
    List Stripe refunds, newest first, optionally for one charge or intent.
    stripe.list_refunds
  • List Subscriptions
    List Stripe subscriptions, newest first, with optional filters.
    stripe.list_subscriptions
  • Pay Invoice
    Attempt payment of an open Stripe invoice.
    stripe.pay_invoice
  • Search Customers
    Find Stripe customers by exact email.
    stripe.search_customers
  • Update Customer
    Update the details stored on an existing Stripe customer.
    stripe.update_customer
  • Update Subscription
    Change the billing settings or items of an existing subscription.
    stripe.update_subscription
  • Void Invoice
    Void a finalized Stripe invoice so it is no longer owed.
    stripe.void_invoice

Run your first Stripe workflow today.

Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.