Skip to main content

Create Stripe invoices from Airtable orders with Google Sheets logging

Workflow preview

Workflow preview
100%
Create Stripe invoices from Airtable orders with Google Sheets logging preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Description Automate B2B order invoicing by fetching orders from Airtable, validating paid B2B entries, creating Stripe customers and invoices, finalizing invoices, and logging structured invoice d...

Best for

  • Invoice Processing automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.scheduletrigger, n8n-nodes-base.airtable, n8n-nodes-base.if, n8n-nodes-base.stripe, n8n-nodes-base.code, n8n-nodes-base.httprequest, n8n-nodes-base.googlesheets

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Rahul Joshi.

Original n8n.io source

1.1 Workflow description

Title
Create Stripe invoices from Airtable orders with Google Sheets logging
Workflow name
Create Stripe invoices from Airtable orders with Google Sheets logging

Description

Automate B2B order invoicing by fetching orders from Airtable, validating paid B2B entries, creating Stripe customers and invoices, finalizing invoices, and logging structured invoice data into Google Sheets. This workflow ensures seamless B2B billing, centralized record-keeping, and reduces manual errors in financial operations. βš‘πŸ’³πŸ“Š

What This Template Does

  • Triggers hourly to check for new B2B orders. ⏱️
  • Fetches order data from Airtable (Orders table). πŸ“₯
  • Filters only paid orders with β€œB2B” tag. βœ…
  • Creates a corresponding Stripe customer from order details. πŸ‘€
  • Processes order line items for invoicing. πŸ“¦
  • Creates a Stripe invoice with due date and payment terms. 🧾
  • Finalizes the invoice automatically. βœ”οΈ
  • Formats invoice details (totals, due dates, customer info, links). πŸ”„
  • Logs structured invoice data into Google Sheets for tracking. πŸ“Š

Key Benefits

  • Fully automates B2B invoicing workflow from orders to finalized invoices. πŸ”„
  • Ensures all invoices are linked, structured, and logged in Sheets. 🧾
  • Reduces manual effort and eliminates data entry errors. ⚑
  • Maintains centralized invoice tracking for finance teams. πŸ“‚
  • Creates a consistent billing flow integrated with Stripe. πŸ’³

Features

  • Hourly Trigger – Continuously monitors Airtable for new/updated orders.
  • Airtable Integration – Fetches order details automatically.
  • Conditional Filter – Processes only β€œB2B” paid orders.
  • Stripe Customer Creation – Automatically creates customers in Stripe.
  • Line Item Processor – Handles Shopify/Order line items or test data.
  • Stripe Invoice Creation – Generates draft invoices with due dates.
  • Invoice Finalization – Auto-finalizes and prepares invoices for payment.
  • Data Formatter – Structures invoice info (totals, links, dates, status).
  • Google Sheets Integration – Logs all invoice data for reporting.

Requirements

  • n8n instance (cloud or self-hosted).
  • Airtable Personal Access Token with read access to Orders table.
  • Stripe API credentials with customer + invoice permissions.
  • Google Sheets OAuth2 credentials with read/write access.

Target Audience

  • Finance/ops teams handling B2B customer invoicing. πŸ’Ό
  • SaaS or eCommerce businesses with B2B order flows. πŸ›οΈ
  • Startups needing automated billing + centralized reporting. πŸš€
  • Teams tracking Stripe invoices inside Google Sheets. πŸ“Š

Step-by-Step Setup Instructions

  • Connect Airtable credentials and replace with your base/table IDs. πŸ”‘
  • Configure Stripe API credentials for invoice + customer creation. πŸ’³
  • Link Google Sheets credentials and update the target sheet ID. πŸ“Š
  • Adjust order filtering conditions (tags, payment status) as needed. βš™οΈ
  • Test with sample data to validate invoices are created + logged. βœ…

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Workflow Description

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 2 - Schedule Setup Guide

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - Hourly Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.1

Block 4 - Airtable Setup Guide

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 5 - Fetch B2B Order

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 6 - Order Filter Guide

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 7 - Filter B2B Paid Orders

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2

Block 8 - Stripe Customer Guide

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 9 - Create Stripe Customer

Type / Role
n8n-nodes-base.stripe - stripe
Config choices
Version 1

Block 10 - Line Items Guide

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 11 - Process Line Items

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 12 - Invoice Creation Guide

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 13 - Create Stripe Invoice

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.1

Block 14 - Finalization Guide

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 15 - Finalize Invoice

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.1

Block 16 - Data Formatting Guide

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 17 - Format Data for Sheets

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 18 - Sheets Logging Guide

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 19 - Log to Google Sheets

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4

3. Summary Table

Workflow Create Stripe invoices from Airtable orders with Google Sheets logging
Complexity advanced
Nodes 19
Categories Invoice Processing
Author Rahul Joshi
Published 26 Sept 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/8950/8950.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Create Stripe invoices from Airtable orders with Google Sheets logging do?

Description Automate B2B order invoicing by fetching orders from Airtable, validating paid B2B entries, creating Stripe customers and invoices, finalizing invoices, and logging structured invoice d...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Invoice Processing use case.