Block 1 - QuickBooks - Find Customer
- Type / Role
- n8n-nodes-base.quickbooks - quickbooks
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
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...
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
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Intuz .
Original n8n.io sourceThis 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.
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.
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.
1. Configure the Webhook Trigger:
2. Connect Stripe:
3. Connect QuickBooks:
4. Activate Workflow:
For Custom Worflow Automation Click here- Get Started
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.
| Workflow | Automate QuickBooks sales receipts & customer creation from Stripe payments |
|---|---|
| Complexity | advanced |
| Nodes | 17 |
| Categories | Invoice Processing |
| Author | Intuz |
| Published | 09 Sept 2025 |
Use the JSON export at /data/workflows/8403/8403.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
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...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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.