Short answer: Drop the "Stripe → Finalize Invoice" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Invoice ID invoice_id | string | Required | Invoice ID. e.g. "in_abc123" |
Auto Advance auto_advance | options | Optional | Automatically attempt to collect payment after finalizing |
{"invoice_id": "in_abc123","auto_advance": "{{trigger.auto_advance}}"}
{"id": "in_abc123","object": "invoice","status": "open","customer": "cus_abc","amount_due": 1999,"amount_paid": 0,"hosted_invoice_url": "https://invoice.stripe.com/i/abc"}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.
Triggered by anything in the catalog. Free tier available. No credit card.