🔧 Record payout from Stripe in Wave Accounting

400 views · 🔧 Miscellaneous

Description

This workflow helps small business owners using Wave Apps to easily access the Wave Accounting API using n8n

In this example, the workflow is triggered from a new payout from Stripe. It then logs the transaction as a journal entry in Wave Accounting, helping you automate your accounting without needing to pay for expensive subscriptions!

What this workflow template does

This workflow triggers when a payout is paid in Stripe and sends a GraphQL request to the Wave Accounting API recording the payout as a journal entry automatically. The benefits of this worklow are to instantaneously keep your books up to date and to ensure accuracy.

How to setup

  1. Setup your Stripe credential in n8n using the native Stripe nodes.
  2. Follow this guide to get your Wave Apps authorization token.
  3. Setup the node with the correct header auth -> {“Authorization”: “Bearer TOKEN-HERE”}
  4. Get your account IDs from Wave
  5. The payload uses GraphQL so ensure to update it accordingly with what you are trying to achieve, the current example creates a journal entry.

Tips

Getting Wave account and IDs

Sales tax

Use AI to help you with your API call

🔗 Nodes Used

HTTP Request, Stripe Trigger

📥 Import

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

📖 Importing guide · 🔑 Credential setup