Docs/Finance & Compliance/Stripe

Stripe

Finance & Compliance

Stripe Node

Overview

Supports the following operations: Create Customer, Create Charge (Payment Intent), Create Checkout Link (Hosted Page), USD ($), EUR (€), GBP (£), CAD ($), USD ($), EUR (€), GBP (£).

Configuration

PropertyTypeDefaultDescription
actionstring—Configuration field for action
emailstring—Configuration field for email
namestring—Configuration field for name
amountstring—Configuration field for amount
currencystring—Configuration field for currency
customer_idstring—Configuration field for customer_id
product_namestring—Configuration field for product_name
success_urlstring—Configuration field for success_url

Output Variables

Reference these variables in downstream nodes using the {{node.field}} syntax.

{{stripe.customer_id}}
anyOutput field: customer_id
{{stripe.payment_id}}
anyOutput field: payment_id
{{stripe.status}}
anyOutput field: status
{{stripe.amount}}
anyOutput field: amount

Examples

Basic Usage

Example configuration:

{
  "action": "value",
  "email": "value",
  "name": "value",
  "amount": "value",
  "currency": "value",
  "customer_id": "value",
  "product_name": "value",
  "success_url": "value"
}

Tips & Best Practices

  • •Ensure all required fields are configured.
  • •Check the output variables to see available data.

Try Stripe in Your Workflow

Create a free account and start building AI-powered workflows with the Stripe node.

Open Workflow Editor