Stripe
Finance & ComplianceStripe 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
| Property | Type | Default | Description |
|---|---|---|---|
action | string | — | Configuration field for action |
email | string | — | Configuration field for email |
name | string | — | Configuration field for name |
amount | string | — | Configuration field for amount |
currency | string | — | Configuration field for currency |
customer_id | string | — | Configuration field for customer_id |
product_name | string | — | Configuration field for product_name |
success_url | string | — | 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