🧾 Automate QuickBooks sales receipts & customer creation from Stripe payments

291 views · 🧾 Invoice Processing

Description

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?

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:

2. Connect Stripe:

3. Connect QuickBooks:

4. Activate Workflow:

Connect with us

For Custom Worflow Automation Click here- Get Started

🔗 Nodes Used

Webhook, QuickBooks Online, Stripe

📥 Import

Download workflow.json and import into n8n: Workflow menu → Import from File

📖 Importing guide · 🔑 Credential setup