Logic nodes · Preview

Stripe Payments

Explore a reusable payment action for checkout, recurring billing, invoices, refunds, and payment events.

What this preview covers

Checkout sessions, subscriptions, invoices, refunds, and payment webhooks.

Use this page to evaluate the workflow and plan how it could fit your project. Marketplace cloning is not open yet; the steps below describe an example to review when access becomes available.

Example workflow

  1. Map the amount, currency, or subscription identifier from the request.
  2. Call the appropriate Stripe operation.
  3. Route success and failure outcomes, and reconcile the result with webhook events.

Before you connect it

  • Use Stripe test-mode credentials.
  • Verify webhook signatures and handle duplicate events.
  • Keep secret keys in runtime environment variables.

When cloning becomes available, review the cloned node, confirm framework and integration compatibility, and test it with development data before using it in a live project.

Build with Avora