Skip to main content

Automate QuickBooks sales receipts & customer creation from Stripe payments

Workflow preview

Workflow preview
100%
Automate QuickBooks sales receipts & customer creation from Stripe payments preview
Open on n8n.io

Important notice

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

1. Workflow Overview

This n8n template from Intuz provides a complete solution to automate your accounting by instantly creating QuickBooks sales receipts for every new Stripe payment. This wo...

Best for

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

Tools used

n8n-nodes-base.quickbooks, n8n-nodes-base.if, n8n-nodes-base.stripe, n8n-nodes-base.merge, n8n-nodes-base.webhook, n8n-nodes-base.stickynote, n8n-nodes-base.code

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Automate QuickBooks sales receipts & customer creation from Stripe payments
Workflow name
Automate QuickBooks sales receipts & customer creation from Stripe payments

This n8n template from Intuz provides a complete solution to automate your accounting by instantly creating QuickBooks sales receipts for every new Stripe payment.

This workflow automates the process of recording successful payments from Stripe into QuickBooks by creating corresponding Sales Receipts. It ensures payment data is captured accurately, checks whether the customer exists in QuickBooks, and creates a new customer if necessary before generating the receipt.

This integration streamlines bookkeeping by eliminating manual data entry and ensuring all payment records are synchronized between systems.

Who's this workflow for?

  • Accountants & Bookkeepers
  • Small Business Owners
  • E-commerce Managers
  • Finance Teams

How it works

1. Trigger on Successful Payment: The workflow starts instantly when a payment_intent.succeeded event is received from Stripe via a webhook. This means it only runs after a payment is confirmed.

2. Get Customer Details: It uses the customer ID from the payment to fetch the customer's full details (name and email) from Stripe.

3. Check for Customer in QuickBooks: The workflow then searches your QuickBooks account to see if a customer with that name already exists.

4. Create Customer if New: If the customer is not found in QuickBooks, a new customer record is automatically created using the information from Stripe.

5. Generate Sales Receipt: Finally, using the correct customer record (either existing or newly created) and the payment amount, the workflow creates and saves a new sales receipt in QuickBooks, perfectly matching the Stripe transaction.

Key Requirements to Use This Template

1. n8n Instance: An active n8n account (Cloud or self-hosted). 2. Stripe Account: An active Stripe account with API access. You must be able to create and manage webhooks. 3. QuickBooks Online Account: An active QuickBooks Online account with API access to manage customers and sales receipts.

Setup Instructions

1. Configure the Webhook Trigger:

  • Copy the webhook URL from the Capture Payment (Webhook) node in n8n.
  • In your Stripe dashboard, go to Developers > Webhooks and add a new endpoint.
  • Paste the n8n webhook URL and have it listen for the payment_intent.succeeded event.

2. Connect Stripe:

  • In the Get a customer node, connect your Stripe account credentials.

3. Connect QuickBooks:

  • In all three QuickBooks nodes (Find Customer, Create a customer, and Create a payment), connect your QuickBooks Online account using OAuth2 credentials.

4. Activate Workflow:

  • Save the workflow and toggle the "Active" switch to ON. Your accounting automation is now live!

Connect with us

For Custom Worflow Automation Click here- Get Started

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 - QuickBooks - Find Customer

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

Block 2 - IF - Customer Exists?

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

Block 3 - Create a customer

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

Block 4 - Create a payment

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

Block 5 - Get a customer

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

Block 6 - Merge

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 7 - Capture Payment

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

Block 8 - Sticky Note

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

Block 9 - Convert payment Amount

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

Block 10 - Sticky Note1

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

Block 11 - Sticky Note2

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

Block 12 - Sticky Note3

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

Block 13 - Sticky Note4

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

Block 14 - Sticky Note5

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

Block 15 - Sticky Note6

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

Block 16 - Sticky Note7

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

Block 17 - Sticky Note8

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

3. Summary Table

Workflow Automate QuickBooks sales receipts & customer creation from Stripe payments
Complexity advanced
Nodes 17
Categories Invoice Processing
Author Intuz
Published 09 Sept 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/8403/8403.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 QuickBooks sales receipts & customer creation from Stripe payments do?

This n8n template from Intuz provides a complete solution to automate your accounting by instantly creating QuickBooks sales receipts for every new Stripe payment. This wo...

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.