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).
integration_stripe · action · SaaS Integrations · Available · v1.0.0
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).
Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
actionAzione | enumcreate_checkout_sessioncreate_invoiceretrieve_payment_intentlist_subscriptions | yes | — | — |
integrationLabelEtichetta integrazione | string | yes | — | Account Stripe con API key cifrata. |
amountImporto (centesimi) | number | no | — | Solo per create_checkout_session. |
currencyValuta ISO | string | no | EUR | Codice ISO 4217. |
customerEmailEmail cliente | string | no | — | — |
itemsLine items (JSON array) | JSON object/array | no | — | Es: [{"name":"Pro Plan","amount":2900,"qty":1}] |
successUrlSuccess URL | string | no | — | Redirect post-pagamento. |
cancelUrlCancel URL | string | no | — | — |
Fields available to downstream nodes via $node.<alias>.json.<field>:
idurlstatusJSON 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"
}
}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.
Available now on all FlowForge plans. Try it free without a credit card.
Start freeBrowse all nodes