Skip to main content

Automate client invoicing & payments with Stripe, Google Sheets, Drive and Gmail

Workflow preview

Workflow preview
100%
Automate client invoicing & payments with Stripe, Google Sheets, Drive and Gmail preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Google Sheets → Stripe Payment Automation Workflow Overview This workflow automates the end to end process of generating and sending client payment links using Google Sheets and Stripe . Wheneve...

Best for

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

Tools used

n8n-nodes-base.googlesheetstrigger, n8n-nodes-base.gmail, n8n-nodes-base.filter, n8n-nodes-base.httprequest, n8n-nodes-base.googledrive, n8n-nodes-base.googlesheets, n8n-nodes-base.stickynote

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Automate client invoicing & payments with Stripe, Google Sheets, Drive and Gmail
Workflow name
Automate client invoicing & payments with Stripe, Google Sheets, Drive and Gmail

Google Sheets → Stripe Payment Automation Workflow

📌 Overview

This workflow automates the end-to-end process of generating and sending client payment links using Google Sheets and Stripe.

Whenever a new or updated entry is added to the Google Sheet, the workflow will:

  1. Fetch client and invoice details.
  2. Create a Stripe Product and Price.
  3. Generate a Stripe Payment Link.
  4. Store the link back in the Google Sheet.
  5. Upload a copy of the invoice to Google Drive.
  6. Send a professional, formatted email with the payment link to the client using Gmail.

🔗 Demo Video: Watch on YouTube


⚡️ Workflow Steps

  1. Trigger – The workflow is triggered on any update in the Google Sheet.
  2. Filter – Ensures only relevant rows (e.g., PENDING invoices) proceed.
  3. Stripe Automation
    • Create Stripe Product
    • Create Stripe Price
    • Generate Stripe Payment Link
  4. Google Drive – Store invoice files (if required).
  5. Google Sheets – Update the sheet with the generated Stripe Payment Link and timestamp.
  6. Gmail – Send a client-facing email with the invoice details and payment link.

🛠 Setup Guide

Prerequisites

  • n8n account
  • Google Sheets & Google Drive credentials
  • Gmail API credentials
  • Stripe API Key

Steps

  1. Clone/Import Workflow

    • Import the workflow JSON file into your n8n instance.
  2. Configure Google Sheets

    • Create a Google Sheet with columns:
      • Order ID, Client Name, Client Email, Items Description, Due Date, Amount, Currency, Invoice Status, Invoice Link, Stripe Payment Link, Last Updated
    • Connect your Google Sheets node to this sheet.
  3. Set Up Stripe

    • Obtain your Stripe Secret Key from Stripe Dashboard.
    • Add it in the Stripe nodes for Product, Price, and Payment Link creation.
  4. Google Drive

    • Configure to store invoice backups (optional).
  5. Gmail

    • Authorize Gmail and set up the Send Email node.
    • Customize the email template with client details and the Stripe link.
  6. Test the Workflow

    • Add a sample row in Google Sheets.
    • Run the workflow manually or update the sheet to trigger automatically.
    • Verify that the Stripe link is created, updated in the sheet, and emailed to the client.

✅ Now your workflow is ready to automatically manage client invoices and payments with Stripe + Google Sheets + Gmail + Google Drive.

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 - Google Sheets Trigger

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

Block 2 - Send Email via Gmail

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

Block 3 - Filter

Type / Role
n8n-nodes-base.filter - filter
Config choices
Version 2.2

Block 4 - Create Stripe Product

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

Block 5 - Create Stripe Price

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

Block 6 - Create Stripe Payment Link

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

Block 7 - Google Drive

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 8 - Google Sheets

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

Block 9 - Sticky Note

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

3. Summary Table

Workflow Automate client invoicing & payments with Stripe, Google Sheets, Drive and Gmail
Complexity intermediate
Nodes 9
Categories Invoice Processing
Author Rohit Dabra
Published 22 Sept 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/8819/8819.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 Automate client invoicing & payments with Stripe, Google Sheets, Drive and Gmail do?

Google Sheets → Stripe Payment Automation Workflow Overview This workflow automates the end to end process of generating and sending client payment links using Google Sheets and Stripe . Wheneve...

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.