Record Payout from Stripe in Wave Accounting — n8n Workflow

Low complexity Trigger2 nodes🏷️ Miscellaneousby Jacob @ vwork Digital

Overview

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 pa

Nodes used

HTTP Request

Workflow Preview

N
New Payout
Record in Wave Accounting
2 nodes1 edges

How it Works

  1. 1

    Trigger

    The workflow starts with a trigger trigger.

  2. 2

    Process

    Data flows through 2 nodes, connecting httprequest, stripetrigger.

  3. 3

    Output

    The workflow completes its automation and delivers the result to the configured destination.

Node Details (2)

HT

HTTP Request

httpRequest

#1

How to Import This Workflow

  1. 1Click Download JSON button on the right to save the workflow file.
  2. 2Open your n8n instance. Go to Workflows → New → Import from file.
  3. 3Select the downloaded record-payout-from-stripe-in-wave-accounting file and click Import.
  4. 4Set up credentials for each service node (API keys, OAuth, etc.).
  5. 5Click Test Workflow to verify everything works, then activate it.

Or paste directly in n8n → Import from JSON:

{ "name": "Record Payout from Stripe in Wave Accounting", "nodes": [...], ...}

Integrations

httprequeststripetrigger

Get This Workflow

Download and import in one click

Download JSONView on n8n.io
Nodes2
Complexitylow
Triggertrigger

Created by

Jacob @ vwork Digital

Jacob @ vwork Digital

@jacob-vwork-digital

Tags

httprequeststripetrigger

New to n8n?

n8n is a free, open-source workflow automation tool. Self-host it or use the cloud version.

Get n8n Free →

Related Miscellaneous Workflows