Stripe

integration_stripe · action · SaaS Integrations · Available · v1.0.0

Description

Crea checkout sessions, fatture, retrieve payment intent, lista subscriptions via Stripe API. Idempotency keys derivate da runId:nodeId:action per safe retry. Listener webhook eventi separato (in arrivo).

⚙️ Configuration parameters

Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.

FieldTypeRequiredDefaultDescription
action
Azione
enum
create_checkout_sessioncreate_invoiceretrieve_payment_intentlist_subscriptions
yes
integrationLabel
Etichetta integrazione
stringyesAccount Stripe con API key cifrata.
amount
Importo (centesimi)
numbernoSolo per create_checkout_session.
currency
Valuta ISO
stringnoEURCodice ISO 4217.
customerEmail
Email cliente
stringno
items
Line items (JSON array)
JSON object/arraynoEs: [{"name":"Pro Plan","amount":2900,"qty":1}]
successUrl
Success URL
stringnoRedirect post-pagamento.
cancelUrl
Cancel URL
stringno

⬆️ Node output

Fields available to downstream nodes via $node.<alias>.json.<field>:

  • id
  • url
  • status

💡 Configuration example

JSON snippet of the node as it appears in the workflow. Values are derived fromdefaultValue and from required parameters.

{
  "id": "node-integration_stripe-1",
  "defId": "integration_stripe",
  "label": "Stripe",
  "config": {
    "action": "create_checkout_session",
    "integrationLabel": "<integrationLabel>",
    "currency": "EUR"
  }
}

🔒 Security notes

AES-256-GCM encrypted Stripe API key. Mandatory webhook endpoint signature verification (HMAC-SHA256). Idempotency-Key derived from run_id:node_id:action for safe retry — no double transactions.

🔗 Related nodes in the same category

Ready to use Stripe?

Available now on all FlowForge plans. Try it free without a credit card.

Start freeBrowse all nodes