Skip to main content

Record payout from Stripe in Wave Accounting

Workflow preview

Workflow preview
100%
Record payout from Stripe in Wave Accounting 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 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 t...

Best for

  • Miscellaneous automation workflows
  • beginner n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stripetrigger, n8n-nodes-base.httprequest

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Jacob @ vwork Digital.

Original n8n.io source

1.1 Workflow description

Title
Record payout from Stripe in Wave Accounting
Workflow name
Record payout from Stripe in Wave Accounting

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

  • It is easiest to use network logs to obtain the right account IDs from Wave, especially if you have created custom accounts (default Wave account IDs can be obtained via making that API call).
    • Go to Wave and make a new dummy transaction using the accounts you want to use in n8n.
    • Have the network logs open while you do this.
    • Search network logs for the name of the account you are trying to use.
    • You should see account IDs in the log data.

Sales tax

  • This example uses sales tax baked into the total Stripe payout amount (5%)
  • You can find the sales tax account IDs the same way as you found the Wave account IDs using network logs

Use AI to help you with your API call

  • Ask Claude or ChatGPT to draft you your ideal payload

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 - New Payout

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

Block 2 - Record in Wave Accounting

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

3. Summary Table

Workflow Record payout from Stripe in Wave Accounting
Complexity beginner
Nodes 2
Categories Miscellaneous
Author Jacob @ vwork Digital
Published 05 Jul 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/5705/5705.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 Record payout from Stripe in Wave Accounting do?

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 t...

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 Miscellaneous use case.